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.
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting provider......
Sender (Property)
The Sender property is used to get and change the sender's email address....
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
Testing the WEBDEV Application Server setup with an example
Adds an image to a page in an existing PDF file....
Native Oracle Connector for WINDEV and WEBDEV
4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
Reserved WEBDEV Application Server - License Agreement
Reserved WEBDEV Application Server - License Agreement...
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
Legend (Property)
The Legend property is used to: Find out the label of a series. Modify the label of a series....
dbgConnect (Function)
Used to connect a remote debugger to an application, service, web service, etc.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......