ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
HDataSourceKnown (Function)
Determines if a data source has been initialized.
SQLListSource (Function)
Lists the data sources declared on a local site.
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
Report data source
...The reports can be created with the data coming from:...
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Materialized view
...A materialized view is a physical data source defined by an SQL query....
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
SQL view
An SQL view is a virtual data source defined by an SQL query......
Content of the Table control
Table controls can be bound to a table, to a variable, or be populated programmatically......
21. Reports
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
13. Print: Reports
WINDEV reports...
Examples for using the OLE DB provider for HFSQL
1
2
3
4
5
6
255
>