ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
Obtaining an SSL certificate for IIS2 (2.0 or later)
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
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)....
Step 1: Configuring the print parameters
This step allows you to choose......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
List of extension attributes
The list of extension attributes ......
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
Looper controls populated programmatically: Operations in WLanguage (prefix syntax)
Here is an overview of how to handle Looper controls populated programmatically in WLanguage...
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Recompiling the project
The project compilation is a process used to......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....