SET UNDERLINE

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

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

SET UNDERLINE

Class

Screen Forms


Purpose

Determine whether fields displayed in forms should be underlined


Syntax

SET UNDERLINE ON | OFF | (<expL>)


See Also

SET INTENSITY, @...GET, READ


Description

If SET UNDERLINE is ON, then fields in the full screen forms used in commands such as APPEND, CHANGE, EDIT, INSERT, QUERY and READ will be underlined on the screen. You would normally choose to either underline the fields, or highlight them in reverse video using the SET INTENSITY command. By default, UNDERLINE is OFF.


Example

set intensity off
set underline on
use patrons index events, dates, names
append


Products

Recital Terminal Developer