ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used...
Remote HFSQL Administrator: Overview
The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server...
DB2 Native Connector: Features and notes
The following paragraphs present the main aspects and specific features of the Native DB2 Connector...
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native Oracle Connector (also called Native Oracle Access...
Comparison operators
The comparison operators can be divided into several categories...
HQueryExecuted (Function)
Determines if a query has been executed.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
Native DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native Connector to DB2...
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine....
HCancelDeclaration (Function)
After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query...
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
NbKeyItem (Property)
an HFSQL view, a query....
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple...
12. Universal replication
13. Universal replication
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external...
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation...
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL...
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
WDSQL, SQL querier: Overview
WDSQL is used to......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Password (Property)
on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
Source (Property)
... the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
15. Project Management Hub