ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the replication was added,False otherwise. HErrorInfo is used to identify the error.
Connection to the master HFSQL server. This connection was defined in the data model editor, or by programming with HDescribeConnection or HOpenConnection.
Name of hRSConfig variable describing the replication to perform.
True to enable the initial copy of replicated elements from the connection server (master server) to the other server (subscriber server, defined in the hRSConfig variable). False otherwise.
Name of the Progress Bar control used to see the progress of initial copy.
Connection to the master HFSQL server. This connection corresponds to: the name of the connection defined in the data model editor or with HDescribeConnection or HOpenConnection.the name of a Connection variable.
Action to perform: Versions 22 and laterhrsCopyNew in version 22hrsCopyhrsCopyEnables the initial copy of replicated elements from the connection server (master server) to the other server (subscriber server, defined in the hRSConfig variable). This copy is locking. Compatibility with the earlier versions: Corresponds to True in the earlier versions. Versions 22 and laterhrsCopyBackgroundTaskNew in version 22hrsCopyBackgroundTaskhrsCopyBackgroundTaskEnables the initial copy of replicated elements from the connection server (master server) to the other server (subscriber server, defined in the hRSConfig variable). This copy is performed in background task and it is not locking. To find out whether the copy was performed: List the available replications with HRSListConfig. The requested replication was not added if it is not listed. If the requested replication is found, check the value of ..Initialization of hRSConfig variable. If this property: is included between 0 and 1000, the replication is currently added. is set to 1000, the replication was added. is not specified, the replication failed to be added. Versions 22 and laterhrsNoCopyNew in version 22hrsNoCopyhrsNoCopyNo copy is performed. Compatibility with the earlier versions: Corresponds to False in the earlier versions.
Last update: 09/19/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: