ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
The "Code hashtags" pane
Help editor options
The options of the help editor ("Display......
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
ERR_NO_PROJECT
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Describing a problem to the Free Technical Support
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetExecute (Function)
Runs a specific program on an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetEndServer (Function)
Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer. This function is kept for backward compatibility....
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Sorts in a report
The sort is used to organize the information displayed in the report......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
ERR_BAD_CONTEXT_INVALID
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....