ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
True if the replication was added,False otherwise. HErrorInfo is used to identify the error.
Name of the Connection variable that describes the connection to the master HFSQL server.
Name of hRSConfig variable describing the replication to perform.
Action to perform: hrsCopyEnables 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. hrsCopyBackgroundTaskEnables 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 <Connection variable>.RSListConfig. If the desired replication does not appear in the list, it means that it was not added. If the desired replication appears in the list, check the value of the Initialization property of the 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. hrsNoCopyNo 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: 05/26/2022
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: