ChangePassword() function
- Last UpdatedJul 22, 2024
- 1 minute read
Shows the Change Password dialog box, allowing the logged on operator to change his/her password.
Category
security
Syntax
[Result=]ChangePassword();
Return Value
Returns one of the following integer values:
0 = Cancel was pressed.
1 = OK was pressed.
Remarks
If the operator uses a touch screen, the operator can use the alphanumeric keyboard to enter the new password.
Example
The following script can be placed on a button or called from a condition script or
data change script.
Errmsg=ChangePassword();