ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
HExecuteProcedure (Function)
Runs a stored procedure.
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
HExecuteQueryAsynchronous (Example)
Example of use of HExecuteQueryAsynchronous
Native MySQL Connector - License Agreement
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
HTransactionSavepoint (Function)
Declares a transaction savepoint.
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
Software license agreement
WINDEV Express license agreement...
CreateShortcut (Example)
Usage example of the CreateShortcut function
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
Project description: Files tab
The project description window allows you to configure various elements of your project......
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......