ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
NbLabel (Property)
The NbLabel property is used to:
  • Find out the number of labels printed across the page width.
  • Modify the number of labels printed across the page width.
TotalNbRec (Property)
The TotalNbRec property is used to:
  • Get the number of records to be printed.
  • Change the number of records to be printed.
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to:
  • Find out whether a column of a Table or TreeView Table control is visible for export and printing.
  • Modify the visibility of a column in a Table or TreeView Table control for export and printing.
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 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 variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable...
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...
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...
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
Creating nested reports
Report based on a query
Queries are used to easily select records in one or more data files...
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control...
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports...
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 Table control
A report based on a Table control is used to directly print the information displayed in the control (data-bound or populated programmatically) ...
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be...
Common project
Projects are often cross-platform...
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...
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control...
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control...
<Chart>.MenuOption (Function)
Modifies the text of an option in the context menu of a chart.
Data-bound report
A data-bound report is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ...
1
2