ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Translating a text file with WDTRAD
User Groupware functions
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites...
Print modes of a report
Several print modes are available for a report.
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
<DiskFile variable>.Write (Function)
Writes:
  • a character string to an external file.
  • a memory section.
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static Text control in a report, ...).
fBuildRelativePath (Function)
Returns the path to a file relative to a reference directory.
fChangeExtension (Function)
Changes the extension of a file on disk.
fWatchStopAll (Function)
Stops all current watch tasks of files and directories.
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be...
fWatchFile (Function)
Starts watching a file.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
fWatchStop (Function)
Stops watching a file or directory.
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file.
<Connection variable>.NotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Warning 18: Loop without potential end
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
FillCharacter
The Property Filling Character allows you to know and modify the character used to fill an element.
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Creating a select query
A select query (corresponding SQL statement......
WINDEV Mobile Framework License Agreement
10. Customizing the aspect of a site: skin elements
Screen,Coordinate (External language)
Retrieves the coordinates of the control in relation to the top left border of the window as well as the physical size of a control.
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
Character string: How to extract, remove and replace words?
This page presents the main operations that can be performed on a character string....
HEX@ (Type of Variable)
Le type _VisiteGuidéeActionAutorisée permet de définir toutes les caractéristiques avancées d'un XXX....
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
WEBDEV license agreement
WEBDEV license agreement...
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
EmulateCheckBox (Function)
Emulates the selection of an option in a Check Box control.
EmulateSpeed (Function)
Defines the runtime speed for the emulating functions.