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...
<Connection variable>.ModifyScheduling (Function)
Modifies a scheduled task on an HFSQL server: stored procedure, backup, optimization,...
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates...
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view...
Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB,...
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates...
<Connection variable>.AddScheduling (Function)
Creates a scheduled task on an HFSQL server: stored procedure, backup, optimization,...
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates...
<Source>.ExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
<Connection variable>.ListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup,...
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one...
hScheduleMaterializedView (Type of variable)
... the data of a scheduled materialized view on an HFSQL server.
HDeleteScheduling (Function)
Deletes a scheduled task found on an HFSQL server: stored procedure, backup, optimization,...
HListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup,...
<Source>.MergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses...
<Source>.ListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
FilterCondition (Property)
... file, HFSQL view or query.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses...
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE...
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL...
ExecutionCompleted (Property)
... (HFSQL Classic or Client/Server) is completed....
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB,...
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file...