ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
ERR_MISSING_PAGE
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Browsing the HFSQL data files
The "Key" items are used to organize the records in a data file in order to optimize the browse or the search......
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
On/Off button in a window
The on/off button is a button that operates like a check box......
5. Site test in practice
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
Date and Time management functions
List of functions for managing dates and times...
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
<Chart>.Rotation (Function)
Turns a Surface or Pyramid chart around one of its axes in order to better view the data
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
8. Binding controls to data
A window can display information from......
Error 23: No END statement is associated with this WHILE
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......