WinStudio
Event handlers of the type Run Background Task, where the executable type is RPT (report).
Property: Validator parameter.
Passes values for a report's parameters to Task Manager.
RP( parameter1 [, parameter2, . . . ] )
Part |
Description |
parametern | Parameters for a report, separated by commas. |
The executable type RPT (report) is specified in the system-support form Background Task Definitions. The RP keyword is required with Crystal Reports version 6.0 and earlier to distinguish report parameters from stored procedure parameters. See also the SP keyword.
In the following event handler parameter, the RP keyword and the SP keyword distinguish report parameters from stored procedure parameters.
TASKNAME(DISTRPT)TASKPARMS(RP(V(BeginDate), V(EndDate)) SP(V(BeginDate), V(EndDate)))