ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
2. Projects in practice
Error 1012: The class member is not global: it cannot be accessed from a global method
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
<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....
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
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
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......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
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.
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
WinEdRestore (Function)
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdRestore (Function)
Undoes all the modifications made by the end user ("Allow end users to modify the UI" option enabled).
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).