ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Error 1006: The member is not global: use: to access it
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Constants for managing emails
List of constants used by the functions for managing emails....
Error 2: Incomplete line
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
HDescribeItem (Example)
Usage example of the HDescribeItem function
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function