You can use the consoleLib.cursorWrap system variable to specify whether the cursor wraps around from the last to the first field on the form after the user presses Tab or Enter or (if the console field autonext property is set) when the user fills the field. This variable has no effect on forms that use a scrolling screen array, where new records are added automatically to the end of the display.
Valid values are YES (the cursor wraps) and NO (the default; the program accepts the form).
Type: Boolean