Setting the tab order (Windows client)
To move between components on a form, users can press the TAB key. Tab order is the sequence in which components receive focus as the user repeatedly presses TAB. The sequence number is a zero-based index number.
To set the tab order of all components on a form, beginning with the first (0) component, use this procedure:
Note: This procedure applies only to the Windows client. For the
procedure to set the tab order in the web client, see Setting the tab order (web client).