ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
23. Print modes
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
1. Testing a site: Elements to be tested
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
ERR_LAUNCH_FAILED
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Zombie data files and items
During the life of an application, items live and die......
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
7. Multilingual sites in practice
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
Error 31: The file to include is not found. Check the name and path ...
3. Site development life cycle
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
24. Displaying and linking pages
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......