ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generating the setup program
The last wizard step for creating the setup program allows you to......
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
SQLSeek (Function)
Positions on the specified result row of the query.
SQLModify (Function)
Modifies the content of a row in the query result.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
SQLFirst (Function)
Positions on the first row of the query result.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
SQLReqExists (Function)
Checks the existence of a query.