ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.)...
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
User Groupware files
Two categories of data files are managed......
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Query
The keyword "Query" is used to describe:
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
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......
Operations in a Select query : add and delete
The following paragraphs present......
Installing the monitor
The monitoring robot includes three executables......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
8. Sharing a project in practice
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
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....
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......