SET STATUS

From Recital Documentation Wiki
Revision as of 13:27, 10 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

SET MESSAGE


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