Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
void block(block-name | data) ident block-name int data
block-name | specifies the name of the report block to invoke.
|
data | specifies the sequence number of the report block to invoke. |
{ if (SAL > 20000) block(CHILD_OVER_20K); else block(CHILD_BELOW_20K); }