Script Steps Reference

Table Of Contents
Accounts script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 206
Example 2
Asks if you want to change the current account's password. Resets the password with the contents
of the Password field.
Show Custom Dialog ["Reset the current account password?";
Accounts::Password]
If [Get ( LastMessageChoice ) = 1]
Reset Account Password [Account Name: Get ( AccountName ); New
Password: Accounts::Password]
End If