ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Creating a delete query
A delete query (corresponding SQL statement......
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
Error 1005: To explicitly access a global element of '%1' class, use the syntax
Error 1021: The method of the class is not global
Error 1: Syntax error
8. Optimizing an application
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
Printing nested reports
To create a main report containing several secondary reports:...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
5. User Groupware in practice