Difference between revisions of "SET UNDERLINE"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Determine whether fields displayed in forms should be underlined
 
Determine whether fields displayed in forms should be underlined
Line 27: Line 25:
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]

Latest revision as of 15:51, 25 November 2009

Purpose

Determine whether fields displayed in forms should be underlined


Syntax

SET UNDERLINE ON | OFF | (<expL>)


See Also

@...GET, APPEND, CHANGE, EDIT, INSERT, QUERY, READ, SET INTENSITY


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