ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
Error 1003: The element does not exist in the class
SaaSCheckService (Function)
Checks the access rights of the user to a service of the SaaS site.
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
<Source>.FilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
AuthImportToken( Function)
Creates a webservice access token from an description token in JSON format.
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
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......
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess...