Script Steps Reference

Table Of Contents
FILEMAKER SCRIPT STEPS REFERENCE 164
Examples
Set Error Capture [On]
Perform Find [Restore]
If [Get (LastError) = 401]
#If the current error is 401, nothing was found
Show Custom Dialog ["No records were found."]
If [Get (LastMessageChoice) = 1]
Modify Last Find
Else
Enter Browse Mode []
End If
End If
Related topics
Script steps reference (alphabetical list)
Contents
Flush Cache to Disk
Purpose
Performs an immediate flush of the FileMaker Pro internal disk cache to the computer's hard disk.
Format
Flush Cache to Disk
Options
None.
Compatibility
This script step is:
not supported in web publishing
not supported in a FileMaker Server scheduled script
Originated in
FileMaker Pro 6.0 or earlier
Description
This operation is normally done periodically during idle time and after extensive structural changes,
such as converting files and defining fields.