ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
".STY" file: "Style sheet" file
A style sheet is a "......
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Warning 18: Loop without potential end
InitialState (Property)
The InitialState property is used to get the initial state of a control.
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
USING IN (Stopwatch)
The statement USING ... IN allows you to automatically start and stop a stopwatch.
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Report and project
In most cases, a report is linked to a project......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
Error 404: The file for HFSQL browse cannot be an expression of this type
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
Events associated with framesets
List of events associated with framesets...
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....