|
|
|
|
|
LockAppPassword (Function) In french: VerrouAppliMotDePasse Specifies a specific password for unlocking the current application (application locked automatically or by LockAppOn). // Password sought in the User file LockAppPassword(User.Password)
Syntax
LockAppPassword(<Password>)
<Password>: Character string Password that will be used tor unlock the application.
New in version 2025Secret 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 When the application is locked, all the appliation windows are minimized. When the user tries to restore the application, the following window is displayed: The user must type a password. This password can correspond to: - the Windows password of the current computer (by default),
- the user password defined in the User Groupware (if the User Groupware is used by your application),
- a specific password, defined by LockAppPassword.
Related Examples:
|
Unit examples (WINDEV): The Lock functions
[ + ] Using the LockXX functions in order to lock a sensitive application.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|