ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling Scheduler controls programmatically
A Scheduler control can be......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
<Source>.Out (Function)
Allows you to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
5. HFSQL Cient/Server
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Reintegrating translated text into a project
Once the translation of framework libraries ("......
HRead (Function)
Reads a record in a file according to a given record number.
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Universal replication
The purpose of universal replication is to keep several databases synchronized......
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
Progress Native Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must......
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.