ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
Including a supercontrol in a window or in a page
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
24. Displaying and linking pages
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
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......
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
17. WLanguage: a simple and powerful language
Error 1017: The method is not global: use: to access it
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Error 1006: The member is not global: use: to access it
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
Error 1001: The operators: and:: can only be used in the methods of classes
11. Managing requirements
The Project Management Hub allows the project manager to manage a development project....
Global and local variable
Two types of variables are available......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....