ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
ERR_NO_TABLE
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Error 102: The constants can be defined in the initialization code of project, ...
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
4. Multiple generation
Project configurations allow you to easily define the "target" platforms of the project....
20. Managing suggestions and incidents
Managing suggestions and incidents...
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
SAP ASE Native Connector (Sybase): Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV database schema......
Manipulating files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......