ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListConnection (Function)
Returns the list of connections currently described in the application:
  • connections described in the data model editor (for the main analysis and, if necessary, additional analyses).
  • connections described by programming (with functions HDescribeConnection or HOpenConnection).
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SQLChangeConnection (Function)
Modifies the current connection.
HDescribeConnection (Function)
Describes a new connection to an external database.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information...
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HListFile (Function)
Returns the list of files:
  • current analysis.
  • analyses in progress (projects with multiple analyses).
  • a specific analysis recognized by the HFSQL engine.
  • available on a connection via a Native Connector or an OLE DB driver.
  • for a group of files defined in the data model editor.
HOpenConnection (Function)
Opens a connection to a specific database.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
8. Sharing a project in practice
Running the test of the User Groupware and installing it
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Salesforce functions
List of Salesforce functions...
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Stemming (Property)
The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined through programming.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
Customizing the User Groupware
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
3. Managing sockets
WINDEV includes advanced socket management functions....
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....