ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
10. Smart controls
Smart controls...
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
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......
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
Handling a Popup control through programming (prefix syntax)
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
OCR constants
Adds a language to the native OCR system....
Binding controls to data
A window or page can display information from......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
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......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
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)......
Installing Native Sybase Connector for WINDEV and WEBDEV 2024
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
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).
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
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......
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
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......
HRead (Function)
Reads a record in a file according to a given record number.