ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything.
For example:
  • a scheduled task may fail,
  • an automatic backup may fail,
  • a node may become inactive in an HFSQL cluster, ...
Docker image of the HFSQL server
A Docker container with the HFSQL server is available on Docker Hub...
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)...
<Connection variable>.StartServerUpdate (Function)
Used to immediately start the automatic server update.
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
HManageServerUpdate (Function)
Allows you to manage the automatic update of HFSQL Client/Server servers and to define how often to check for updates.
<Connection variable>.ManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates.
<Connection variable>.OperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
HOperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server tables, the wizard allows you to...
HListServer (Function)
Lists the HFSQL servers installed on a computer.
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
<WBAdminAuth variable>.ListAccount (Function)
Returns the list of WEBDEV accounts on a WEBDEV Application Server.
<WBAdminAuth variable>.UpdateAccount (Function)
Updates the parameters of a WEBDEV account in a WEBDEV Application Server.
<WBAdminAuth variable>.ListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
WBAdminListAccount (Function)
Returns the list of WEBDEV accounts on a WEBDEV Application Server.
WBAdminUpdateAccount (Function)
Updates the characteristics of a WEBDEV account in a WEBDEV Application Server.
WBAdminListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
<EmailOutlookSession variable>.Update (Function)
Updates the messages of MS Exchange according to the email server.
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
MQTTConnect (Function)
Used to connect to a MQTT server (also called "Broker").
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
<Page>.Refresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....