ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
12. Retrieving data from a site
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
Installing the monitoring robot
The monitoring robot includes three executables......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Installing the robot controller
The monitoring robot includes three executables......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
5. User Groupware in practice
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
Configuring the SOAP administrator