AMT Help Files

Auto-Tabbing

Auto-tabbing means that while you type in a field, the cursor automatically moves to the next field when the current field is full.

There are two ways to direct auto-tabbing in AMT. One of these settings is found in the Runtime behavior options in Control Center, and the other is found in the form options in AMT Developer Studio. For auto-tabbing, the following logic applies:

IF FORM OPTION = Checked
  Auto-tabbing non-numeric fields = ON
  
  IF CC OPTION = Checked
    Auto-tabbing numeric fields = ON
  ELSE
    Auto-tabbing numeric fields = OFF
  ENDIF
ELSE
  Auto-tabbing non-numeric fields = OFF and Auto-tabbing numeric fields = OFF
ENDIF
Setting Non-Numeric Fields Numeric Fields Both Types of Fields
Control Center Checked Checked Unchecked
Form Options Checked Unchecked Checked
Non-Numeric Fields Yes No Yes
Numeric Fields Yes No No

Contents