ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

11. Table/Looper controls
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
XML management: Use example
This application example manages an XML file named "Orders......
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
WINDEV: Example of programmed Drag and Drop
HRecreateSubscriberReplica (Function)
Recreates the subscriber replica description file (universal replication only) based on the information of the master replica (.rpm and .syn files).
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
8. Optimizing an application
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......