ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Sitemap file for Google
To better analyze the content of the sites, the search engine of Google uses an XML file named "Sitemap" (if it is available)...
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
Database schema: Description of table structure
The database schema allows you to define the structure of tables used by the project...
Custom-Folders in the database schema
Several file descriptions can be grouped into a "Custom-Folder"...
Uploading files
Uploading consists in saving a file located on the user's computer to a web server...
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory.
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV websites...
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Native Access Connector
...This type of Native Connector allows access to ACCESS databases for better interoperability...
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code,...
Implementing the log process in an application
Regardless of the tables used by your application (HFSQL Classic or HFSQL Client/Server), the log...
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project...
The List Box control
The List Box control is used to display a list of elements and to select one or more elements...
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Saving entered data (AAF)
8. Windows in practice
Discover the main actions that can be performed on the windows....
Distributing an external component
Once the component has been created, tested and generated, it can be distributed...
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Running the test of the User Groupware and installing it
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed...
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple...
1. Project and analysis
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
Report based on a query
Queries are used to easily select records in one or more data files......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database...
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure...