AMT Help Files
homeAMT Developer StudioCode ManagementAuto-Tabbing

Auto-Tabbing

Auto-tabbing means that while typing in a field the cursor is set automatically to the next field when the field is totally filled.

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

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
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

 Go to top