ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / Managing replications / WLanguage functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
HRplPass (Function)
In french: HRplPasse
ODBCOLE DBNot available with these kinds of connection
Sets the passwords used to protect the universal replication files. This password will be used to encrypt the files.
Remark: This function can be used during the universal replication only.
Example
// Define the password
HRplPass("A")
// Create replication file
HCreateMovableReplica("", "")
Syntax
HRplPass([<Password>])
<Password>: Optional character string
Password of the replication files. This password is used to encrypt these files. This password must be entered to run the replication files.
If this parameter is not specified or corresponds to an empty string (""), no password is set for the replication files. The password size is not limited.
Remarks
  • The encrypted replicas cannot be read by the WINDEV, WEBDEV or WINDEV Mobile applications in format 10.
  • To cancel the encrypted mode, all you have to do is specify an empty password ("").
Component: wd290rpl.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/07/2023

Send a report | Local help