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......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
14. PHP generation in practice
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
DNS functions
Error 531: The negative or null subscripts are not allowed
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
8. If you are already familiar with WINDEV
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Native SQL Server Connector for WINDEV and WEBDEV 2024
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Bitwise operators
The operations on binary values are performed......