Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

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). 

...