|
|
|
|
ReplicationDirectory (Property) In french: RépertoireRéplication
 Available 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.
// 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|