Page History
...
|
Return Value
None
Remarks
The 5250 terminal status bar looks like this (in red):
It allows the end user to carry out a variety of functions, such as stopping or refreshing the page and displaying messages from the terminal
Example
Show the end user the 5250 terminal status bar (in an arrival script):
vHandle_ARRIVE: function(oPayload, oPreviousForm)
{
var bReturn = true;
SHOW_CURRENT_FORM(true);
HIDE_5250_BUTTONS();
SHOWSTATUSBAR(true);
