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.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
Managing assertions
...The main available features are as follows:...
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
Specific features of the Express version
<Chart>.DonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
<Chart>.SunburstStartAngle (Function)
Specifies the starting angle of the first section in a Sunburst chart.
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......