- Overview
- How to proceed?
- Finding out the tab order
- Modifying the tab order
- Notes
- Defining the tab order automatically
- Defining the tab order according to the selection
- Finding out the tab order number associated with a control by programming
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key. By default, the tab order corresponds to the order in which the controls were created. The tab order is taken into account for the controls managed by the [Tabulation] key. You have the ability to define whether a control is managed by the [Tabulation] key:  in the "UI" tab of the description window of each window control. in the "Details" tab of the description window of each control found in a page.
Finding out the tab order To find out the tab order: - press F5,
- on the "Display" pane, in the "Show (all the controls)" group, click "Tab order".
A number appears on each control accessible by the [Tabulation] key in the window or in the page.
Remark: If the control belongs to a container control (cell, looper, etc.), the number has the following format:
<Container tabulation number>.<Tabulation number in container>
Modifying the tab order To modify the tab order in the current window or in the current page: - Select:
 in WINDEV or WINDEV Mobile: on the "Window" pane, in the "Order" group, expand "Tab order" and select "Edit". in WEBDEV: on the "Page" pane, in the "Edit" group, expand "Tab order" and select "Edit".
- The list of controls found in the window or in the page is displayed, classified according to the current tab order.
- Use the arrows on the right to organize the list of controls according to the desired tab order.
Remarks: Versions 20 and later If the option "Define the tab order automatically whenever the window is modified" is checked, the tab order of the controls will be automatically recalculated: - when adding a control into the window,
- when moving a control in the window.
The tabulation order is always correct regardless of the modification performed in the window. New in version 20 If the option "Define the tab order automatically whenever the window is modified" is checked, the tab order of the controls will be automatically recalculated: - when adding a control into the window,
- when moving a control in the window.
The tabulation order is always correct regardless of the modification performed in the window.  If the option "Define the tab order automatically whenever the window is modified" is checked, the tab order of the controls will be automatically recalculated: - when adding a control into the window,
- when moving a control in the window.
The tabulation order is always correct regardless of the modification performed in the window. If the option "Let browser manage the tab order" is checked, the tab order of the controls will be automatically managed by the browser according to the position of the controls in the page.
Defining the tab order automatically To automatically define the tab order according to the position of the controls in the window or in the page, use:  for the windows: on the "Window" pane, in the "Order" group, expand "Tab order" and select "Define automatically". for the pages: on the "Page" pane, in the "Edit" group, expand "Tab order" and select "Define automatically".
Defining the tab order according to the selection You have the ability to define the tab order according to the selection order of the controls in the window or in the page: - Select the controls in the window according to the requested order.
- Select:
 for the windows: on the "Window" pane, in the "Order" group, expand "Tab order" and select "Define from selection". for the pages: on the "Page" pane, in the "Edit" group, expand "Tab order" and select "Define from selection".
Finding out the tab order number associated with a control by programming To find out and modify the position of a control in the tab order by programming, use ..TabOrder.
This page is also available for…
|
|
|