ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. Examples and components provided with WEBDEV
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Installing Native Sybase Connector for WINDEV and WEBDEV 2024
HRead (Function)
Reads a record in a file according to a given record number.
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser, is a module used to ......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
3. Site development life cycle
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......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Items used in a select query
A query created in the query editor can contain several types of items......
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
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......
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)......
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
Looper controls populated programmatically: Operations in WLanguage (prefix syntax)
Here is an overview of how to handle Looper controls populated programmatically in WLanguage...