ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
HSubstDir (Example)
Usage example of the HSubstDir function
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Creating nested reports
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Report based on a query
Queries are used to easily select records in one or more data files......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
grSourceSeries (Function)
Defines the source of a series.
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......