Difference between revisions of "SET STATUS"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Recital Terminal Developer Environment | Recital Terminal Developer Environment | ||
Line 15: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[SET MESSAGE]] | + | [[SET DIALOG]], [[SET MESSAGE]], [[SET SCOREBOARD]] |
Line 30: | Line 27: | ||
set status on | set status on | ||
set format to normalform | set format to normalform | ||
− | change</code> | + | change |
+ | </code> | ||
+ | |||
==Products== | ==Products== |
Revision as of 11:40, 20 April 2009
Class
Recital Terminal Developer Environment
Purpose
Determines whether the status bar is displayed on line 23 of the screen
Syntax
SET STATUS ON | OFF | (<expL>)
See Also
SET DIALOG, SET MESSAGE, SET SCOREBOARD
Description
If SET STATUS is ON, then the system displays a status bar on line 23 of the screen. The status bar contains information regarding the current workarea. The status bar is divided into six sections. Whenever possible, you should SET STATUS ON, as the status bar contains a great deal of useful information. If STATUS is OFF, messages output with the SET MESSAGE command are not displayed in the message line.
Example
set status off use patrons index events, dates, names set format to bigform change set status on set format to normalform change
Products
Recital Terminal Developer