Script Steps Reference

Table Of Contents
Found Sets script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 141
Example 2
Goes to the Invoice Details layout and performs a quick find using the text in the Quick Find search
box. If no records are found, displays a custom dialog. Useful with a custom menu item that
performs quick finds.
Go to Layout ["Invoice Details"]
Perform Quick Find [Get ( QuickFindText )]
If [Get ( LastError ) = 401]
Show Custom Dialog ["No records match " & Get ( QuickFindText )]
End If