ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
MyParent (Reserved word)
MyParent is used to handle...
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Extern (Reserved word)
EXTERN is used to...
Modulo (Reserved word)
Returns the remainder of a division.
List of reserved words
Properties associated with a report
List of properties associated with a report...
Handling report blocks
The different operations available on report blocks are as follows......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Handling controls in a report
The different operations available for the report controls are as follows......
Creating a table in a report
Tables can be created in a report......
MyReport (Reserved word)
MyReport is used to handle the current report...
Report based on a query
Queries are used to easily select records in one or more data files......
Welcome to Reports & Queries
Reports & Queries is used to......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
Constants for managing fonts
List of constants used by the functions for font management....
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
"Reports & Queries" software
This is "Reports & Queries"......
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
<Report>.Print (Function)
Prints a report created with the report editor.
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......