ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
The use of the Automation type in a site is reserved for the advanced users
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
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......
Native Access to SAP
SAP is a widely used ERP......
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....
ERR_NO_DLLEXE
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Compatibility between external components and deployed applications
A component can evolve in many ways......
Component diagram
A component diagram shows the physical and static architecture of a system software......
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the key derivation function used for hashing (only for "Password" items defined programmatically)....
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Time (Type of variable)
The Time type is used to easily handle the times...