ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
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......
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)....
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
List of extension attributes
The list of extension attributes ......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
Installing Native Sybase Connector for WINDEV and WEBDEV 2024
Handling Scheduler controls programmatically
A Scheduler control can be......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
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......
Looper controls populated programmatically: Operations in WLanguage (prefix syntax)
Here is an overview of how to handle Looper controls populated programmatically in WLanguage...
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......
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
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......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
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....
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......