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 corresponds to: the name of the connection defined in the data model editor or with HDescribeConnection or HOpenConnection.or in the name of an Variable of type Connection.
Name of hRSConfig variable describing the replication to perform.
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 desired replication is present, see the value of the Property Initialization of the Variable hRSConfig. 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.
Name of the Progress Bar control used to see the progress of initial copy.
Last update: 04/15/2021
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: