ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
DNSAddAddress (Function)
Adds an IP/Name relation into the DNS server....
Constants for managing images in websites
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
DNSListAddress (Function)
Lists the IP addresses associated with a name in the DNS server.
DNSDeleteAddress (Function)
Deletes a Name/IP Address relation from a DNS server....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Comparison operators
The comparison operators can be divided into several categories......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Various constants
List of various constants used by the constants WINDEV functions....
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Programming the table cells
The Table controls can be handled......
Error 112: An array can only have a maximum of X dimensions
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......
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
SCM file format evolutions
Four versions are available for the SCM repository......
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......