ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
<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....
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
16. Java applications in practice
Java applications in practice...
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
<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....
<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....
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....
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....
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
SourceToScreen (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 HFSL data file described in the data model editor. the values of the bound WLanguage variables....
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
WLanguage procedure called by SCPSendFile
WLanguage procedure ("callback") called by SCPSendFile when transferring files to a remote host using the Secure Copy Protocol (SCP).
WLanguage procedure called by SCPGetFile
WLanguage procedure ("callback") called by SCPGetFile when retrieving a file on a local computer using the Secure Copy Protocol (SCP).
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Termination (Property)
The Property Termination is used to define the Procedure WLanguage executed when moving to the next/previous step or at the end of the guided tour....
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Error 809: The * character cannot be used as mandatory parameter in a function
Error 805: No syntax without parameter