ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
<Source>.UpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
5. Which type of server to choose?
HFSQL Client/Server: Configuring the data files on the server
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
WDSQL, SQL querier: Overview
WDSQL is used to......
Changing sites from AWP to SEO-ready session mode
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......