Q_CHECK_CURRENT_FORM Function
Check that RAMP is showing a screen, the request is queued up and processed when the next screen arrives.
Syntax
Q_CHECK_CURRENT_FORM(sFormName [, sMessageText1] [, sMessageText2] ...)
Parameters
|
Return Value
Boolean. Returns one of the following possible values:
|
Remarks
Used for checking whether the script or user has progressed to a particular screen, or has stopped at an earlier screen.
Example