ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
WDINT setup
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file in an OLE DB connection (file defined in the code only).
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
iDidotFont (Function)
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point.
NetDirList (Function)
Lists the directories and the files found: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
ERR_BAD_FILE
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a data file. define whether the GDPR should apply to an item (in the item description in the code only)....
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
iAddAttachment (Function)
Adds an attachment in a PDF file generated by a PDF print export.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
WDTrans: Overview
WDTrans is a tool for canceling transactions......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......