ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
8. Sharing a project in practice
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
Installing the monitor
The monitoring robot includes three executables......
Configuring the SOAP administrator
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
Specific features of the applications for iPhone/iPad
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......