ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageEnd (Function)
Forces the move to the next page during the report print.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
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)......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
How to develop a PHP site?
What is a PHP site?......
WINDEV: Example of programmed Drag and Drop
<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)....
ERR_DISCONNECTED_RELOG
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
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)....
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
<Source>.ToPage (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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageFromSource (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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
<Connection variable>.ModifyServerRights (Function)
Modifies the rights granted to a user or to a group on a HFSQL server.
HInfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
<Connection variable>.InfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
Message text file format
The text files created by WDMSG use a specific format......
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
ERR_BAD_ACTION