ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
SQLListSource (Function)
Lists the data sources declared on a local site.
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...
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
HDataSourceKnown (Function)
Determines if a data source has been initialized.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of 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
8. Associating controls with data
8. Binding controls to data
A window can display information from......
Break in a report
The break is used to group the records corresponding to a sort criterion......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
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......
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
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 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......
Binding controls to data
A window or page can display information from......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
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......
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, ......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
1
2
3
4
5
6
144
>