ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
WEBDEV Application Server for Linux - Overview
WEBDEV is a full development environment devoted to Internet and Intranet......
Test of a query
The query editor allows you to run the test of query result......
DriveListeFileGgl (Function)
Lists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google Drive.
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Translating a text file with WDTRAD
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
UMCActive (Function)
Used to find out and modify the activation of UMC management (User Macro-Code).
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).
<Source>.ListItem (Function)
Returns the list of items in a data file (query or view) recognized by the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
Task list
Each project can be associated with a task list......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
4. HFSQL Classic
HFSQL Classic is the database format......
2. User-friendly editors in practice