Script Steps Reference

Table Of Contents
Accounts script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 210
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 [ ]
End if