Script Steps Reference

Table Of Contents
Accounts script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 212
Example 2
Deactivates the current account and prompts the user to log in to a different account.
Show Custom Dialog ["Deactivate the " & Get ( AccountName ) & " account?"]
If [Get ( LastMessageChoice ) = 1]
Enable Account [Account Name: Get ( AccountName ); Deactivate]
Re-Login [With dialog: On]
End if