ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
HExecuteProcedure (Function)
Runs a stored procedure.
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
HInfoView (Function)
Returns information about a materialized view.
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
HAddLink (Function)
Adds an integrity rule between two data files on the server.
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
HSendMessageToClient (Function)
Displays a message on the client computers.
HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
<gglConnection variable>.Connect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
<sfConnection variable>.Connect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
HManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
HInfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......