ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
ODBC driver for HFSQL Classic and HFSQL Client/Server - License agreement
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
HClient structure
The HClient structure is used to......
<Connection variable>.AddUser (Function)
Adds a user to a database.
<Connection variable>.AddGroup (Function)
Adds a group of users.
<Connection variable>.TransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
<Connection variable>.ModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
HAddGroup (Function)
Adds a group of users.
HAddUser (Function)
Adds a user to a database.
Universal replication
The purpose of universal replication is to keep several databases synchronized......
HClearWorkingDir (Function)
Clears and destroys the temporary directory previously created when HServerWorkingDir was executed.
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
1
5
6
7
8
9
24
>