Script Steps Reference

Table Of Contents
Accounts script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 208
Example 1
Opens the Change Password dialog box every ten times the database is opened to encourage the
user to change his or her password frequently. Started by the OnFirstWindowOpen script trigger.
Set Field [Accounts::Open Count; Accounts::Open Count + 1]
If [Accounts::Open Count = 10]
Set Field [Accounts::Open Count; 0]
Change Password [ ]
End If