ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ERR_NO_CURRENT_PAGE
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
Handling a Web Component control through programming
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Step 5: Site parameters
Once the site installed, you can define the site connection options......
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor or through programming. define the extension of a file (when the file is described through programming only)....
Collapsing/Expanding a TreeView control through programming
To collapse/expand a TreeView control through programming, ......
dbgEnableAudit (Function)
Enables the dynamic audit through programming.