ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Application development cycle
Development cycle of a WINDEV application....
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Creating index keywords
Index keywords allow users to easily find a help page......
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
Error 31: The file to include is not found. Check the name and path ...
Error 403: The item does not belong to the file
Entity of a CDM
To group information according the MERISE method, entities must be created......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....