ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Events associated with Clickable Image controls
List of events associated with Clickable Image controls...
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Crosstab report
The report editor allows you to create "Crosstab" reports......
Events associated with Progress Bar controls
List of events associated with the Progress Bar controls...
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Binding a ListView control to an item
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Report based on a query
Queries are used to easily select records in one or more data files......
Events associated with ListView controls
List of events associated with ListView controls...