Page History
| Wiki Markup |
|---|
Get the 5250 message text at a specified row number and optionally route as a Framework message.
Syntax
var bMoreRecords = GET_FORM_MESSAGE(\[iRow,\] \[sMoreIndicator,\]\[bRoute\])
Parameters |
iRow | Optional. An integer specifying the message row number. Defaults to the last row. |
|---|---|
sMoreIndicator | Optional. The string used by the Application to denote whether there are more messages available. Defaults to "+". |
bRoute | Optional. A Boolean to specify whether the message is to be routed to the Framework message area. When true, the text of the message in the screen will be removed. Defaults to true. |
...