ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
HInfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
SQLListSource (Function)
Lists the data sources declared on a local site.
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
<Connection variable>.ListUser (Function)
Returns the list of users defined for a connection.
<Connection variable>.InfoGroup (Function)
Returns information about the specified group of users.
<Connection variable>.ListGroup (Function)
Returns the list of groups of users defined for a connection.
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
<Connection variable>.ModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
SSH constants
The following constants are used to manage an SSH server:...
Installing the monitoring robot
The monitoring robot includes three executables......
Installing the robot controller
The monitoring robot includes three executables......
Installing the monitor
The monitoring robot includes three executables......
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
HInfoGroup (Function)
Returns information about the specified group of users.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
SQLFirst (Function)
Positions on the first row of the query result.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).