Difference between revisions of "SET NAVIGATE"
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Enable or disable random movement to fields | Enable or disable random movement to fields | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[APPEND]], [[CHANGE]], [[CREATE SCREEN]], [[EDIT]], [[QUERY]], [[READ]], [[USE]] | + | [[@...GET]], [[APPEND]], [[CHANGE]], [[CREATE SCREEN]], [[EDIT]], [[QUERY]], [[READ]], [[SET MOUSE]], [[USE]] |
Line 23: | Line 16: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
− | set navigate on</ | + | set navigate on |
+ | </code> | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|NAVIGATE]] | [[Category:Set_Commands|NAVIGATE]] | ||
+ | [[Category:Screen Forms]] | ||
+ | [[Category:Screen Forms Set Commands]] |
Latest revision as of 16:28, 23 November 2009
Purpose
Enable or disable random movement to fields
Syntax
SET NAVIGATE ON | OFF| (<expL>)
See Also
@...GET, APPEND, CHANGE, CREATE SCREEN, EDIT, QUERY, READ, SET MOUSE, USE
Description
The SET NAVIGATE command controls cursor movement within a form. When SET NAVIGATE is ON, the cursor keys may be used to navigate within a form independent to the order defined by the @...GET statements which make up that form. When you are in a form that has been activated with the READ, EDIT, CHANGE, QUERY, or APPEND command, and SET NAVIGATE is ON, the cursor keys (UP, DOWN, LEFT, RIGHT) may be used to moved from field to field in any order rather than in order of the @...GET statements in the form. When SET NAVIGATE is OFF, the cursor moves sequentially from field to field, following the order of the activated @...GET statements.
Example
set navigate on
Products
Recital