Difference between revisions of "SET UNDERLINE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Screen Forms | Screen Forms | ||
Line 15: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[@...GET]], [[READ]], [[SET INTENSITY]] | + | [[@...GET]], [[APPEND]], [[CHANGE]], [[EDIT]], [[INSERT]], [[QUERY]], [[READ]], [[SET INTENSITY]] |
Line 23: | Line 20: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set intensity off | set intensity off | ||
set underline on | set underline on | ||
use patrons index events, dates, names | use patrons index events, dates, names | ||
− | append</ | + | append |
+ | </code> | ||
Revision as of 13:43, 20 April 2009
Class
Screen Forms
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 Terminal Developer