ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Editors / Window editor and page editor
  • Overview
  • How to?
  • 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 through programming
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Tab order in a window, a page, etc.
Overview
The tab order of the window controls or page controls describes the order in which the controls receive focus in a window when the user presses the [Tab] 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:
  • WEBDEV - Server code in the "Details" tab of the description window of each control found in a page.
How to?

Finding out the tab order

To find out the tab order:
  • press F5,
  • on the "Display" tab, in the "Show (all 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:
  1. Select:
    • WEBDEV - Server code in WEBDEV: on the "Page" tab, in the "Edit" group, expand "Tab order" and select "Edit".
  2. The list of controls found in the window or in the page is displayed, classified according to the current tab order.
  3. Use the arrows on the right to organize the list of controls according to the desired tab order.
Remarks:
  • WEBDEV - Server code If "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.
Notes

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:
  • WEBDEV - Server code for the pages: on the "Page" tab, 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:
  1. Select the controls in the window according to the requested order.
  2. Select:
    • WEBDEV - Server code for the pages: on the "Page" tab, in the "Edit" group, expand "Tab order" and select "Define from selection".

Finding out the tab order number associated with a control through programming

To programmatically get and change the position of a control in the tab order, use the TABOrder property.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/05/2023

Send a report | Local help