ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Report controls
Several types of controls can be handled in a report created by the report editor......
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Referring to an element in a WLanguage event / process
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
Record (Type of variable)
The Record type is used to save the values of a record.
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Image control in a window
This help page presents the characteristics of an Image control found in a window...
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
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 programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
sfDisconnectResult (Type of variable)
The sfDisconnectResult type is used to get the status report of SFDisconnect when disconnecting from a session...
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
1
2
3
4
5
6
273
>