Script Steps Reference

Table Of Contents
Found Sets script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 146
Example 2
Performs a find, then sorts the found set. If no records were found, allows the user to modify the find
request.
Set Error Capture [On]
Enter Find Mode [Pause]
Perform Find [ ]
If [Get (LastError) = 401]
Modify Last Find
Else
Sort Records [Restore; No dialog]
End If