ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Cardinalities
The cardinalities are used to count the links between the files......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Report controls
Several types of controls can be handled in a report created by the report editor......
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
<Chart>.StartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Using the Salesforce service
Salesforce is a very popular CRM software......
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
The Static control
A Static control is a control used to display a static text......
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Arithmetic operators
The arithmetic operators are......