ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view...
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...
WDHFDiff: Presentation
WDHFDiff is a tool used to compare HFSQL tables...
Managing databases in WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application...
Type of field: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm...
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...
fDataDir (Function)
Returns the full path of the directory of HFSQL tables specified by the user when installing the application.
Comparison operators
The comparison operators can be divided into several categories...
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
HQueryExecuted (Function)
Determines if a query has been executed.
POUR TOUT / POUR ALL instruction (table browsing)
Training FOR ALL instruction can be used to perform different types of runs...
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code...
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be...
Limitations of WINDEV, WEBDEV and WINDEV Mobile
A structure is a custom type of data...
Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project...
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
Native DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native Connector to DB2...
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check...
HCloseConnection (Function)
Closes a connection to a database.
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit...
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
HPriorityClient (Function)
Modifies the priority of a client application.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
HPriority (Function)
Finds out and modifies the priority of the calling application.
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file...
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file...
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
<Source>.Alias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
<Source>.UnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking...
<Source>.UnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead...
<Source>.DescribeFile (Function)
Describes a data file programmatically.
<Source>.Close (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical...
<Source>.SetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
<Source>.Open (Function)
Opens a data file.
HSetREP (Function)
Enables or disables the management of .REP file.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.