TASKPARMS keyword
Applies to
The parms field of event handlers of the type Run Background Task
Description
This keyword specifies the parameters of a task to be submitted by WinStudio to Task Manager. The task itself is specified by the TASKNAME keyword.
Syntax
TASKPARMS(parm1<,parm2,parm3, . . . >)
Example
From the form AdvicePrintReport, event GenerateReportForSelectedRecord(0):
TASKNAME(ADVCPRT)TASKPARMS(SP(P(PaymentNo), P(PrintOptionFlag)))ERRORMESSAGE(%b).