ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / Managing replications / WLanguage functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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.
Note: This function can only be used for universal replication.
Example
// Define the password
HRplPass("A")
// Create replication file
HCreateMovableReplica("", "")
Syntax
HRplPass([<Password>])
<Password>: Optional character string or secret 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 is an empty string (""), no password is set for the replication files. The password size is not limited.
New in version 2025
Secret strings: If you use the secret string vault, the type of secret string used for this parameter must be "Ansi or Unicode string".
To learn more about secret strings and how to use the vault, see Secret string vault.
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: wd300rpl.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/23/2024

Send a report | Local help