ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Connection variable>.ExecuteProcedure (Function)
Runs a stored procedure.
HAddUser (Function)
Adds a user to a database.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
HAddGroup (Function)
Adds a group of users.
HInfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view or on a materialized view.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
HResetGroup (Function)
Initializes the structure for group management (HGroup) with the default values.
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
HClearWorkingDir (Function)
Clears and destroys the temporary directory previously created when HServerWorkingDir was executed.
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
<Connection variable>.AddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
<Connection variable>.ModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Synchronizing the database schema with external databases
The database schema must be synchronized with an external database if it uses......
HListFile (Function)
Returns the list of files: current database schema. database schemas in progress (projects with multiple database schemas). a specific database schema recognized by the HFSQL engine. available on a connection via a Native Connector or an OLE DB driver. for a group of files defined in the data model editor....
HAddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.