ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ReplicationDirectory (Property)
In french: RépertoireRéplication
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The ReplicationDirectory property is used to manage the directory of replication files (".rpl" or ".rpm"). You can:
  • Identify the directory of the replication file for a data file defined in the data model editor or programmatically.
  • Define the directory of the replication file when the data file is defined programmatically.
Example
// Directory of replica of Customer data file
Info(Customer.ReplicationDirectory)
Syntax

Identifying the directory of a replication file Hide the details

<Current directory> = <Data file>.ReplicationDirectory
<Current directory>: Character string
  • Name of the directory of the replica of the specified data file,
  • "." if the directory corresponds to the current directory.
<Data file>: Character string
Logical name of the data file used. This name is defined in the data model editor or with the File Description type.

Defining the directory of the replication file when the data file is defined programmatically Hide the details

<Data file>.ReplicationDirectory = <New directory>
<Data file>: Character string
Logical name of the data file defined with the File Description type.
<New directory>: Character string
Name of the replica directory.
See also
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/22/2024

Send a report | Local help