ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
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......
HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
SQLTransaction (Example)
Usage example of the SQLTransaction function
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
Project description: Files tab
The project description window allows you to configure various elements of your project......
HTTPSendForm (Function)
Sends an HTTP form.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Functions for managing objects (External language)
HTTPRequest (Function)
Starts an HTTP request on a server.
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
Accessibilité (Property)
fSeek (Example)
Usage example of the fSeek function