ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

21. Reports
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
4. HFSQL Classic
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Project description: Project tab
The project description window allows you to configure various elements of your project......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
<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....
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....
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
17. WLanguage: a simple and powerful language
Test of a query
The query editor allows you to run the test of query result......
Report viewer: Proposing several reports
In the document preview, end users can......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
<Chart>.Tooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......