ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating nested reports
Calculates the saturation of a color.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
Label report
The report editor allows you to create "Label" reports......
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Reports
A report provides a custom view of data......
iEndReport (Function)
Forces the report print to stop.
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......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
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, ......
Report based on a query
Queries are used to easily select records in one or more data files......
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 TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Printing nested reports
To create a main report containing several secondary reports:...
iCloseReport (Function)
Stops printing the current report immediately.
1
2
3
4
5
6
229
>