ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
Browsing the HFSQL data files
The "Key" items are used to organize the records in a data file in order to optimize the browse or the search......
<HFSQL connection>.TransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
<HFSQL connection>.TransactionSavepoint (Function)
Declares a transaction savepoint.
<HFSQL connection>.RSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Installing the HFSQL Server module
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
Step 1: Configuring the print parameters
This step allows you to choose......
ERR_BAD_URL
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Handling Gantt Chart controls programmatically
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
License agreement - HFSQL Client/Server
Native Access to SAP
SAP is a widely used ERP......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
ExeGetPID (Function)
Returns information about the current process.
EXE constants
List of constants used by the functions for managing executables....
Calling a procedure/a function
Syntax for calling a local or global procedure.