ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with reports and controls
List of properties associated with the reports and their controls...
MyReport (Reserved word)
MyReport is used to handle the current report...
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
iCloseReport (Function)
Stops printing the current report immediately.
<Report>.InitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
iInitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
Action Bar control events
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
13. Print: Reports
WINDEV reports...
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
DDEError (Function)
Returns the runtime status report of a DDE function.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Query based on query
Queries can be based on items from another query......
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Handling the report blocks through programming
Each report block is associated with different events......
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, ......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.