Script Steps Reference

Table Of Contents
FILEMAKER SCRIPT STEPS REFERENCE 88
Originated in
FileMaker Pro 6.0 or earlier
Description
This script step is equivalent to a logical OR search.
Examples
Go to Layout ["Data entry"]
Extend Found Set [Restore]
Sort Records [Restore; No dialog]
Related topics
Script steps reference (alphabetical list)
Contents
Modify Last Find
Purpose
Changes the most recent find request.
Format
Modify Last Find
Options
None.
Compatibility
This script step is also supported in web publishing and in a FileMaker Server scheduled script.
Originated in
FileMaker Pro 6.0 or earlier
Description
Add a Perform Find script step after this script step to find records.
Examples
Show Custom Dialog ["Repeat the last Find?"]
If [Get (LastMessageChoice) = 1]
Modify Last Find
Pause/Resume Script[Indefinitely]
Perform Find[]
Else
Enter Find Mode[Pause]
Perform Find[]
End If