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......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
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, ......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
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......
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....
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
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 ...
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, ......
SCM administrator
The SCM administrator (Source Code Manager) allows you to handle the different projects included in the Source Code Manager......
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
Project description: Files tab
The project description window allows you to configure various elements of your project......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
23. Print modes