ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Accessing a database via a web service
The database can be accessed via a web service......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
HSubstDir (Example)
Usage example of the HSubstDir function
HPrevious (Function)
Positions on the previous file record according to a browse item.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HPass (Function)
Defines the password used to create or open a data file.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Window controls
Several types of controls can be used in a window, ......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
HFSQL constants
List of constants used by the HFSQL functions....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
HExecuteProcedure (Function)
Runs a stored procedure.
SQLChangeConnection (Function)
Modifies the current connection.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
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......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Copying controls from the window editor
The controls can be copied from the window editor......
1
5
6
7
8
9
11
>