Script Steps Reference

Table Of Contents
122 FileMaker Script Steps Reference
Check Selection
Format
Check Selection [Select; table::field]
Options
Select entire contents checks all the text in the active field. If you do not use Select
entire contents, you must select some text before this script step executes.
Select Go to target field or click Specify to specify a field to be checked.
Web compatibility
This script step is not web-compatible.
Description
Uses the spelling checker to check the selected text.
Example
Check Selection [Select; Table1::Balance Due Letter]
Check Record
Format
Check Record
Options
None.
Web compatibility
This script step is not web-compatible.
Description
Uses the spelling checker to check the contents of every field in the current record.
Example
Go to Record/Request/Page [First]
Loop
Check Record
Go to Record/Request/Page [Next; Exit after last]
End Loop