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.
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
The "Analysis" pane
The "Analysis" pane lists......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
ERR_DISCONNECTED_EXEC
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
iWindowCancel (Function)
Configures the print cancel window..
iCreateFont (Function)
Creates a new print font.
iMargin (Function)
Defines the "logical" print margins.
iReportPrintingStatus (Function)
Returns the status of the current print.
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
Printing nested reports
To create a main report containing several secondary reports:...