ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ...
<Table>.SetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control).
TableSetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Pivot table>.ListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Programming automatic calculations in the columns of a Table control (prefix syntax)
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Cumulated (Property)
The Cumulated property is used to determine if the value of a column or row in Pivot Table control corresponds to a total (total at the end of a row or column).
<Table>.SearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
PVTExpand (Function)
Expands the data found in a Pivot Table control according to a row header or to a column header.
<Pivot table>.Expand (Function)
Expands the data found in a Pivot Table control according to a row header or to a column header.
<Pivot table>.Collapse (Function)
Collapses the data found in a Pivot Table control according to a row header or to a column header.
PVTCollapse (Function)
Collapses the data found in a Pivot Table control according to a row header or to a column header.
AAF: Increasing the height of the rows in the Table or Looper controls
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
<Table>.FormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
<Table>.FormulaDeleteAll (Function)
Deletes all rows added with <Table>.FormulaAdd.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
Programming custom calculations in Table controls (prefix syntax)
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....