Go to Contents
Previous
Page
Next
Page
Contents > Script steps reference (alphabetical list) > Found Sets script steps > Modify Last Find script step

Modify Last Find script step
Format

Modify Last Find
Options
None.
Web compatibility
This script step is web-compatible.
Description
Changes the most recent find request. Add a Perform Find script step after this step to find records.
Example

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
Related topics
Script steps reference (alphabetical list)
Script step categories

Contents > Script steps reference (alphabetical list) > Found Sets script steps > Modify Last Find script step
Previous
Page
Next
Page