WinStudio

RP Keyword

Applies To

Event handlers of the type Run Background Task, where the executable type is RPT (report).

Property: Validator parameter.

Description

Passes values for a report's parameters to Task Manager.

Syntax

RP( parameter1 [, parameter2, . . . ] )

Part

Description

parametern Parameters for a report, separated by commas.

Remarks

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.

Example

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)))