ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
7. Source Code Manager (SCM)
HExecuteProcedure (Function)
Runs a stored procedure.
<Connection variable>.AddGroup (Function)
Adds a group of users.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
<Connection variable>.AddUser (Function)
Adds a user to a database.
<Connection variable>.ModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
8. Windows in practice
Discover the main actions that can be performed on the windows....
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
WBAdminConnection (Variable type)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Developing 64-bit sites
You can deploy 64-bit compatible sites......
<Connection variable>.TransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
<Connection variable>.UpdateQuery (Function)
Creates or updates a query on an HFSQL server.
HClearWorkingDir (Function)
Clears and destroys the temporary directory previously created when HServerWorkingDir was executed.
<Connection variable>.ExecuteProcedure (Function)
Runs a stored procedure.
HAddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.