ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iChangeSubReportSource (Function)
Modifies through programming the report associated with a sub-report in a composite report.
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 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)......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
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 a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
<Report>.InitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
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......
Report based on a query
Queries are used to easily select records in one or more data files......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
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......
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
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......
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify the bottom margin of a report....
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right margin of a report....
iPrintReport (Example)
Usage example of the iPrintReport function
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin of a report....
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left margin of a report....
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
1
2
3
4
5
6
145
>