ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used...
Remote HFSQL Administrator: Overview
The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server...
DB2 Native Connector: Features and notes
The following paragraphs present the main aspects and specific features of the Native DB2 Connector...
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native Oracle Connector (also called Native Oracle Access...
Comparison operators
The comparison operators can be divided into several categories...
HQueryExecuted (Function)
Determines if a query has been executed.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
Native DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native Connector to DB2...
Sound (Function)
Plays a sound in WAV format.
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something...
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information...
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Test of a query
The query editor allows you to run the test of query result......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based...
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window...
Extracting the text of the project
The following text can be extracted......
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed...
Handling HTML text in an Edit control
...WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls...
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed...
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Extern (Reserved word)
EXTERN is used to...
Date (Type of variable)
The Date type enables you to easily handle the dates...
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also...
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes...
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files...
Record (Type of variable)
The Record type is used to save the values of a record.
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...