Page History
| Wiki Markup |
|---|
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 |
sFormName | Required. String that specifies the Name of the Form |
|---|---|
sMessageText1 | Optional. String that contains the first message to be issued. |
sMessageText2 | Optional. Other strings that are to be concatenated with the first message string (a separator space is automatically added between each string). |
...