ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Report>.InitQueryConnection (Function)
Initializes the query linked to the report.
<Source>.ExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
SQLFirst (Function)
Positions on the first row of the query result.
Error 1049: The access directives are not allowed in a composite variable
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
HDelete (Function)
Deletes a record from a data file (query or view).
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
<Connection variable>.UpdateQuery (Function)
Creates or updates a query on an HFSQL server.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLSeek (Function)
Positions on the specified result row of the query.
<xmlDocument variable>.ExecuteXPath (Function)
Executes an XPATH query in an xmlDocument variable.
SQLModify (Function)
Modifies the content of a row in the query result.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
XMLResult (Function)
Returns the result of a calculation XPath query.
Native Access to SAP
SAP is a widely used ERP......
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
<Source>.FreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
SQLLast (Function)
Sets the position on the last row of the query result.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).