ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
Filling a Chart control
The data that will be displayed in the Chart control can come from......
iInitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
14. Report templates
...Report templates are used to easily standardize report layouts....
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"....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Managing bar codes
The use of bar codes to identify and manage products has become essential......
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
DDEError (Function)
Returns the runtime status report of a DDE function.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
iPageEnd (Function)
Forces the move to the next page during the report print.
iSequencingAddDiagram (Function)
Adds a Diagram document into a sequence of report printouts.
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
<Report>.InitQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Handling the report blocks through programming
Each report block is associated with different events......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......