Drawing and Modifying Panel Objects 

Tab Order

 

NOMADS automatically adds each control to the panel's tab order as they are created. This sets the order where focus will move from control to control when the Tab key is pressed. Changing the location of a control will not affect the original sequence for tabbing; therefore, once your panel design is finalized, it is a good idea to test this functionality to ensure that the tab order makes sense to the user.

You can reorder the tab sequence in the Tab Order Definition window. To invoke this window in the NOMADS Panel Designer, either select Tab order on the Edit menu or select the Tabs tool bar option (if using Folder Style or Property Sheets).

The current order is listed. This can be changed by moving control names into a new order either by using the drag-and-drop method or by using the Move Up/Move Down buttons beside the list.

To include or exclude a control name from the tab order, double click to select or deselect the Tab Stop check box.

Embedded Panels are also included in the Tab Order Definition. Only the panel name of the embedded panel is displayed in the controls list, as the controls on an embedded panel will always be grouped together when placed in the tab sequence. If an embedded panel is not assigned a Tab Stop, this does not mean that its controls will be skipped in the tab sequence but that the tab sequence of its controls will be inserted into the tab sequence of the panel based on its location on the panel. If a Tab Stop is assigned, however, the tab sequence of its controls will be placed into the tab sequence of the panel at the assigned stop.

Helpful Tip:
Assigning meaningful names to controls is useful when selecting which ones to include in the tab sequence.

(Embedded panels were added to the tab order in PxPlus 2018.)
(The Control Type column was added in PxPlus 2023.)