ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating nested reports
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......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
Printing nested reports
To create a main report containing several secondary reports:...
PrintedSheet (Property)
Within a report, the PrintedSheet property is used to get and change the sheet of a Spreadsheet control to be printed.
iCloseReport (Function)
Stops printing the current report immediately.
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
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......
iSequencingPrint (Function)
Prints a sequence of reports.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
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)......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Crosstab report
The report editor allows you to create "Crosstab" reports......
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
iParameterReport (Function)
Configures the printer by opening the configuration window.
1
2
3
4
5
6
130
>