Help

Table Of Contents
FILEMAKER PRO HELP 1070
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
Related topics
Script steps reference (alphabetical list)
Script steps reference (category list)
Show All Records
Purpose
Finds all the records in the table underlying the foreground window and leaves you in the current
record.
Format
Show All Records
Options
None.
Compatibility
Originated in
FileMaker Pro 6.0 or earlier
Description
Use this script step to redisplay all the records after working with a found set.
Where the script step runs Supported
FileMaker Pro Yes
FileMaker Server scheduled script Yes
FileMaker Go Yes
Custom Web Publishing Yes
FileMaker WebDirect Yes
Runtime solution Yes