ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with Progress Bar controls
List of events associated with the Progress Bar controls...
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"......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
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......
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......
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......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
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...
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....