Difference between revisions of "SET STATUS"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | SET MESSAGE | + | [[SET MESSAGE]] |
Line 23: | Line 23: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set status off | set status off | ||
use patrons index events, dates, names | use patrons index events, dates, names | ||
Line 30: | Line 30: | ||
set status on | set status on | ||
set format to normalform | set format to normalform | ||
− | change</ | + | change</code> |
==Products== | ==Products== | ||
Recital Terminal Developer | Recital Terminal Developer | ||
+ | [[Category:Documentation]] | ||
+ | [[Category:Commands]] | ||
+ | [[Category:Set_Commands|STATUS]] |
Revision as of 12:15, 12 March 2009
Contents
SET STATUS
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
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