ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Report based on a query
Queries are used to easily select records in one or more data files......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Reloading a document
To reload a document, ......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
3. Deploying a dynamic WEBDEV site
<Connection variable>.ActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
<Connection variable>.AddLink (Function)
Adds an integrity rule between two files on the server.
<Connection variable>.AddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
<Connection variable>.AddScheduling (Function)
Creates a scheduled task on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
<Connection variable>.CancelBackup (Function)
Cancels a current backup.
<Connection variable>.StopServer (Function)
Stops an HFSQL server.
<Connection variable>.LoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
<Connection variable>.StartServerUpdate (Function)
Used to immediately start the automatic server update.
<Connection variable>.DisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
<Connection variable>.DeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
<Connection variable>.DeleteServerTrigger (Function)
Deletes a server trigger.
<Connection variable>.SendMessageToClient (Function)
Displays a message on the client computers.
<Connection variable>.ExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....