BACKTAB |
DEVELOPER |
|
|
Purpose |
'C' versions only. When &#@BACK-TAB is enabled (default) the operator can back-tab to a previously entered field at an LS in Add or Change mode, and change the value. When it is disabled, all preceding fields in the LS are protected from entry for the current iteration of the LS |
Syntax |
&#@BACK TAB |
Remarks |
&#@BACK TAB may be used only in field logic routines. The status of this option is checked after a screen field logic routine is processed in Add or Change mode. This option affects operator terminal control only. It has no impact on FLD statements issued in logic routines. |
Example 1 |
Assume DISABLE(&#@BACK-TAB) is included in Field After logic for field 8. |
Example 2 |
Assume DISABLE(&#@BACK-TAB) is included in Field After logic for field 4, but in a subsequent logic routine a FLD 3 statement is issued. |
Topic ID: 520158