Script Steps Reference
Table Of Contents
- Chapter 1 Introduction
- Chapter 2 Control script steps
- Chapter 3 Navigation script steps
- Chapter 4 Editing script steps
- Chapter 5 Fields script steps
- Set Field
- Set Next Serial Value
- Insert Text
- Insert Calculated Result
- Insert From Index
- Insert From Last Visited
- Insert Current Date
- Insert Current Time
- Insert Current User Name
- Insert Picture
- Insert QuickTime
- Insert Object (Windows)
- Insert File
- Update Link (Windows)
- Replace Field Contents
- Relookup Field Contents
- Export Field Contents
- Chapter 6 Records script steps
- Chapter 7 Found Sets script steps
- Chapter 8 Windows script steps
- Chapter 9 Files script steps
- Chapter 10 Accounts script steps
- Chapter 11 Spelling script steps
- Chapter 12 Open Menu Item script steps
- Chapter 13 Miscellaneous script steps
- Appendix A Glossary
76 FileMaker Script Steps Reference
Description
Leaves the current record out of the found set and places you on the next record in the
table. (The current record is temporarily hidden.) This step only operates in Browse mode
and Find mode. When the step is performed in Find mode, it causes the find request to
become an Omit request, as if the Omit checkbox had been selected.
Example
Show All Records
Omit Record
Show Omitted
Enter Preview Mode [Pause]
Omit Multiple Records
Format
Omit Multiple Records [No dialog; <number of records>]
Options
• Perform without dialog prevents a dialog box from displaying when the script step
executes that lets the user enter the number of records to be omitted.
When Perform without dialog is selected, if you do not specify the number of
records, only the current record is omitted.
• Select Specify records or click Specify to enter the exact number of records you
want to omit. You can also click the Specify button in the Options dialog box and
enter a calculation. The calculation result must be a number.
Web compatibility
This script step is web-compatible.
Description
Leaves several records out of the found set
, starting from the current record, and places
you on the next record in the table. (The records are temporarily hidden, not deleted.) If
this step is performed from Layout mode, FileMaker Pro switches to Browse mode after
the script step has been performed.
Example
Perform Find [Restore]
Omit Multiple Records [No Dialog, 3]