ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file 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....
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
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)......
Calling a procedure/a function
Syntax for calling a local or global procedure.
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Webservice management functions
Webservice management functions...
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Local procedure
Two types of procedures are available......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Set of procedures
The global procedures are grouped in set of procedures......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
The Check Box control
A Check Box can correspond to......
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Items used in a select query
A query created in the query editor can contain several types of items......
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......