ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector...
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword...
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming.
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code...
SQL functions for accessing the external databases
List of SQL functions used to access the external databases
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
Cross-database queries
An SQL query can operate on different databases...
HSuggestKey (Function)
Returns a list of keys to add to tables to improve query performance.
<Source>.ExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
FTPConnect (Example)
Usage example of the FTPConnect function
fMakeDir (Example)
Usage example of the fMakeDir function
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
iDestination (Function)
Configures the print destination.
VariableReset (Function)
Resets the variable to its initial value.
XMLParent (Example)
Usage example of the XMLParent function
fDate (Example)
Usage example of the fDate function
fDateTime (Example)
Usage example of the fDateTime function
fSeek (Example)
Usage example of the fSeek function
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
Organizer report
The report editor gives you the ability to create "Organizer" reports....
fCopyDir (Example)
Usage example of the fCopyDir function
fCurrentDrive (Function)
Gets or sets the current drive.
XMLFind (Function)
Performs a search in an XML document.
Execute (Function)
Starts the execution of a process through programming.
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
Scheduler report
The report editor allows you to create "Scheduler" reports....
Break in a report
The break is used to group the records corresponding to a sort criterion......