Script Steps Reference

Table Of Contents
Found Sets script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 142
Example 2
Goes to the Invoice Details layout and performs a quick find using the text in the quick find 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