Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Show/Hide the 5250 terminal status bar for the end user.
Syntax
SHOWSTATUSBAR(bShow) 
Parameters

bShow

Required. A boolean value that indicates whether to show the 5250 terminal status bar.

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