ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HTransactionSavepoint (Function)
Declares a transaction savepoint.
HModifyScheduling (Function)
Modifies a scheduled task on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HAddScheduling (Function)
Creates a scheduled task on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HDeleteScheduling (Function)
Deletes a scheduled task found on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
<Connection variable>.DeleteScheduling (Function)
Deletes a scheduled task found on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HPass (Function)
Defines the password used to create or open a data file.
HRetrieveBackup (Function)
Retrieves locally the content of a compressed backup (in ZIP format) performed on an HFSQL server.
<Source>.Password (Function)
Defines the password used to create or open a data file.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Windows
The windows represent the main interface of a WINDEV application......
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HFSQL management functions (prefix syntax)
List of functions for HFSQL management...
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HFSQL management functions
List of functions for HFSQL management...
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......