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.
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Configuring Automatic Update
Automatic Update is an application that allows you to automatically or manually update the different PC SOFT products you own......
Recycle code windows
By default, a single code window is opened per ......
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
LooperAdd (Function)
Adds a row at the end of a Looper control.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
Error (Function)
Displays a custom error message in a system error window.
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
Constants for the assisted replication
List of constants used by the functions for the assisted replication....
Open (External language)
Opens a window.
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
HTMLEnableDebugger (Function)
Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor control....
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
grRaised (Function)
Used to display a chart with raised effect.
HStopServer (Function)
Stops an HFSQL server.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
The user version of query editor : Specific features
This help page presents the specific features of the user version of query editor......
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
sfProcessSubmitRequest (Type of variable)
The sfProcessSubmitRequest type is used to describe a Salesforce record (also called a Salesforce object) to submit to SFExecuteProcess...