ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: WLanguage functions
35 results
<Connection variable>.RSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
<Connection variable>.RSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
<Connection variable>.RSExecute (Function)
Immediately execute periodic replication between HFSQL servers: replication is triggered ahead of schedule.
<Connection variable>.RSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
<Connection variable>.RSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
<Connection variable>.RSListConfig (Function)
Lists the replications available on a master HFSQL server.
<Connection variable>.RSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
<Connection variable>.RSTransformSpareIntoServer (Function)
Transforms a Spare server into an HFSQL server. This makes it possible to delete replications of a spare server so that it can be used again. For example, this function can be used in the case of a master server that becomes unreachable.
This function should only be used in a critical situation.
Note: This function is only available from version 2025 Update 1.
<Connection variable>.RSWaitForDataProcess (Function)
Waits for:
  • the replication data on the master server to be sent to the subscriber server.
  • the replication data received on the subscriber server to be entirely applied.
<Variable Connection>.RSRenameServerName (Function)
Changes the DNS name of the replication server if it has a new name.
<Variable Connexion>.RSIgnoreError (Function)
Ignores errors so that replication between HFSQL servers can continue to run.
Constants for manging the replication
List of constants used by the functions for managing the replication.
Constants for the assisted replication
List of constants used by the functions for the assisted replication.
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:
HRplAddFile (Function)
Adds a data file to a universal replication.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
HRplManageFile (Function)
Defines the options used for the universal replication of a file:
  • the replication direction.
  • the management mode of conflicts.
HRplManageItem (Function)
Specifies the replication options for an item: the item can be replicated or not.
HRplPass (Function)
Sets the passwords used to protect the universal replication files.
HRSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
HRSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
HRSExecute (Function)
Immediately execute periodic replication between HFSQL servers: replication is triggered ahead of schedule.
HRSIgnoreError (Function)
Ignores errors so that replication between HFSQL servers can continue to run.
HRSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
HRSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
HRSListConfig (Function)
Lists the replications available on a master HFSQL server.
HRSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
HRSTransformSpareIntoServer (Function)
Transforms a Spare server into an HFSQL server. This makes it possible to delete replications of a spare server so that it can be used again. For example, this function can be used in the case of a master server that becomes unreachable.
This function should only be used in a critical situation.
Note: This function is only available from version 2025 Update 1.
ReplicDeleteSubscription (Function)
Deletes the subscription of a replication on the replication server.
ReplicInfo (Function)
Returns information about a replication.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.