ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option...
Error 1005: To explicitly access a global element of '%1' class, use the syntax
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
License agreement - HFSQL Client/Server
HFSQL Control Center: HFSQL Cluster management
The HFSQL Control Center includes all the tools needed to manage HFSQL clusters......
Error 38: The END statement marking the end of the structure declaration is missing
Error 24: No END statement is associated with this LOOP
2. Projects in practice
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Error 1012: The class member is not global: it cannot be accessed from a global method
Error 27: No END statement is associated with this ELSE
Error 28: No END statement is associated with this SWITCH
Error 40: The END statement marking the end of the class declaration is missing
Error 26: No END statement is associated with this THEN
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
Custom tooltips
Tooltips are very useful for application users......
Description window of a combining query
The description window of a combining query consists of several sections......
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Constants for managing drop-down menus
List of constants used by the functions for managing menus....
Error 39: The END statement marking the end of declaration of the composite variable is missing
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.