ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Creating a select query
A select query (corresponding SQL statement......
3. Application development cycle
Development cycle of a WINDEV application....
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)......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
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).
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Managing parallel tasks
The computers are becoming more and more powerful......
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
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......
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......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
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 based on a query
Queries are used to easily select records in one or more data files......
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 an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......