ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
HAddUser (Function)
Adds a user to a database.
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.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
HClearWorkingDir (Function)
Clears and destroys the temporary directory previously created when HServerWorkingDir was executed.
<Connection variable>.ExecuteProcedure (Function)
Runs a stored procedure.
HResetGroup (Function)
Initializes the structure for group management (HGroup) with the default values.
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
<Connection variable>.ModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
<Connection variable>.AddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
HExecuteProcedure (Function)
Runs a stored procedure.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
HAddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
<Connection variable>.InfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
<Connection variable>.InfoServerRights (Function)
Allows you to find out the rights granted to a user or group of users on a server.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
<Connection variable>.InfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.