ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
25. Performing a process on several successive pages
Performing a process on several successive pages...
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Comparing the project messages
The comparison between source and target text helps you find translation errors......
SCM file format evolutions
Four versions are available for the SCM repository......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
HOpenConnection (Function)
Opens a connection to a specific database.
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
7. Multilingual applications in practice
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
8. If you are already familiar with WINDEV
WDDIXIO overview
The Signature control
The Signature control is a report control used to sign......
<Source>.ExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.