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...
<Source>.StatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval...
<Source>.StatNbRec (Function)
Returns the number of entries for a given key item.
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
<Source>.LogRecreate (Function)
Used to re-create an empty log.
<Source>.LogRestart (Function)
Restarts the logging process on a file.
<Source>.LogStop (Function)
Stops the log process of a file.
<Source>.StatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
Size (Property)
The Size property is used to determine and change the size of an element.
Composite keys
A composite key is a key item containing several other items......
HStatNbRec (Function)
Returns the number of entries for a given key item.
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
HLogInfo (Function)
Adds comments to the log when saving the operation.
HLogRecreate (Function)
Used to re-create an empty log.
HLogRestart (Function)
Restarts the logging process on a file.
HLogStop (Function)
Stops the log process of a file.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
<Source>.SetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
HDeleteTrigger (Function)
Deletes a trigger.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval...
WDModFic : Tool for automatic modification of data files
...WDModFic is a tool used to perform the automatic modification of the data files found...
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......