ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
<Connection variable>.NotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
HAddGroup (Function)
Adds a group of users.
HAddUser (Function)
Adds a user to a database.
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
Writing an email: the available methods
This help page presents the methods for writing an email....
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
HInfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
HInfoServerRights (Function)
Allows you to find out the rights granted to a user or group of users on a server.
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
HInfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
The use of the Automation type in a site is reserved for the advanced users
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......