Difference between revisions of "SET INTENSITY"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Determines whether fields displayed in forms will be highlighted in reverse video | Determines whether fields displayed in forms will be highlighted in reverse video | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[@...GET]], [[READ]], [[SET DELIMITERS]], [[SET UNDERLINE]] | + | [[@...GET]], [[APPEND]], [[CHANGE]], [[EDIT]], [[INSERT]], [[QUERY]], [[READ]], [[SET DELIMITERS]], [[SET UNDERLINE]] |
Line 23: | Line 16: | ||
==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 | ||
− | change</ | + | change</code> |
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|INTENSITY]] | [[Category:Set_Commands|INTENSITY]] | ||
+ | [[Category:Screen Forms]] | ||
+ | [[Category:Screen Forms Set Commands]] |
Latest revision as of 16:02, 23 November 2009
Purpose
Determines whether fields displayed in forms will be highlighted in reverse video
Syntax
SET INTENSITY ON | OFF | (<expL>)
See Also
@...GET, APPEND, CHANGE, EDIT, INSERT, QUERY, READ, SET DELIMITERS, SET UNDERLINE
Description
If SET INTENSITY is ON, fields will highlighted in reverse video during full screen forms based operations, such as APPEND, CHANGE, EDIT, INSERT, QUERY and READ. By default, INTENSITY is ON.
Example
set intensity off set underline on use patrons index events, dates, names change
Products
Recital