ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListStopWord (Function)
Returns the list of stop words used by a full-text index.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
11. User Macro-Code: UMC in practice
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......
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Environment of the data model editor
HIndex (Function)
Rebuilds the file index (".NDX" file).
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.