ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
Creating index keywords
Index keywords allow users to easily find a help page......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
<Connection variable>.ExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
<HFSQL connection>.TransactionSavepoint (Function)
Declares a transaction savepoint.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
<AuthToken variable>.OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
Installing a SOAP server with IIS
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
SSH functions (prefix syntax)
The following functions are used to connect and communicate with a SSH server:...
HInfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
Installing a SOAP server with Apache
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
HRSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
Project description: Project tab
The project description window allows you to configure various elements of your project......
GglListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......