ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
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 Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
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......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
iResetNbPages (Function)
Reinitializes the current number of pages, used in the preset controls such as "Number of pages" and "Page number and number of pages".
Page Footer block
The Page footer block is run at the end of each page......
Page Header block
The Page header block is printed on each new page......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
<Chart>.Print (Function)
Prints a chart.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
iPrintBlock (Function)
Forces a report block to print.
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
grPrint (Function)
Prints a chart.
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Creating nested reports
11. Popup page
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
8. 10 tips for better interfaces...
Page with parameters