Grid Cursor Move: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "This Config statement helps with grid cursor movement: GRID_CURSOR_MOVE DOWN | RIGHT | NONE | DEFAULT This determines the field cursor position after keying Enter or Fie...")
 
No edit summary
 
Line 1: Line 1:
This Config statement helps with grid cursor movement:  
This Config statement helps with grid cursor movement (4.2+):  


  GRID_CURSOR_MOVE  DOWN | RIGHT | NONE | DEFAULT
  GRID_CURSOR_MOVE  DOWN | RIGHT | NONE | DEFAULT

Latest revision as of 20:12, 22 September 2014

This Config statement helps with grid cursor movement (4.2+):

GRID_CURSOR_MOVE  DOWN | RIGHT | NONE | DEFAULT

This determines the field cursor position after keying Enter or Field +/-. Both navigation and edit mode produce the same resulting cursor position.

Default Enter and Field +/- cursor movement are unchanged. Field plus or minus perform a down arrow operation, and Enter defaults to DOWN. GRID_CURSOR_MOVE overrides both of these.