ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Style tab
The project description window allows you to configure various elements of your project......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
HStopServer (Function)
Stops an HFSQL server.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
Replication management functions
Three types of replication are proposed......
EmailGetAll (Function)
Retrieves all the emails found on a server.
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
<Connection variable>.StopServer (Function)
Stops an HFSQL server.
<Connection variable>.DeleteServerTrigger (Function)
Deletes a server trigger.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
FaxConnect (Function)
Establishes a connection to a fax server.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
WINDEV FTP functions
List of WINDEV FTP functions...
8. Binding controls to data
A window can display information from......
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......