Wait for a Word event.
The AS / 400 program waits for the closing of Word (WORDCLOSE), or an action on the custom menu (WMENU command), to continue its execution.
Syntax
CHGVAR |
VAR(&CMD) VALUE('WORDWAIT') |
CHGVAR |
VAR(&PARM1) VALUE('[BackPrint=Value] ') |
CHGVAR |
VAR(&PARM2) VALUE(' ') |
CALL |
PGM(LNCCMD) PARM(&HANDLE &CMD &OPT &PARM1 + &PARM2 &RESULT) |
Parameters
Parameters |
|
Parm1 |
The BackPrint property allows you to wait for a background print to finish. The value is expressed in seconds. 0 = infinite. |
|
See also
• WMENU