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.
5. User Groupware in practice
SQLFirst (Function)
Positions on the first row of the query result.
ERR_BAD_APPLICATION
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
4. Dedicated server and shared server
Synchronizes the data corresponding to a replication....
Configuring the automatic table modification
The automatic table modification updates the description of tables on user computers......
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
MemcachedAddKeyGroup (Function)
Adds a new key/value couple into the Memcached cache on a group of servers....
WEBDEV administrator: WebSocket servers installed
The "WebSockets" tab provides information about the WEBDEV WebSocket servers installed on the computer...
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
1. WEBDEV administrator
In a web application, you may need to run long processes (for example, to update counters......
HBackward (Function)
Moves backward several records from the current position in the table, according to a specified item.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
2. Deploying a static or PHP site
Usage example of the HCreateView function...
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
7. Dynamic site on specific configurations