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 through programming.
  • Define the directory of the replication file when the data file is described 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 directory for the replica of specified data file,
  • "." if the directory corresponds to the current directory.
<Data file>: Character string
Logical name of the data file used. This name was defined in the data model editor or with the File Description type.

Define the directory of the replication file when the data file is described programmatically Hide the details

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

Last update: 05/26/2022

Send a report | Local help