ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
HCloseConnection (Example)
Usage example of the HCloseConenction function
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
HOpenConnection (Example)
Usage example of the HOpenConnection function
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Configuring the SOAP administrator
Translating a text file with WDTRAD
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HDeclare (Example)
Usage example of the HDeclare function
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
SQLTransaction (Example)
Usage example of the SQLTransaction function
Creating a query
Two methods can be used to create a query......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
2. User-friendly editors in practice
User-friendly editors in practice...