Technical Brief

FileMaker Go 1.2.1 Technical Brief
27
Appendix A: Unsupported Script Steps
(excerpted from the Developers Guide)
FileMaker Go does not support some script steps.
Running scripts without handling unsupported script steps appropriately may lead to unintended behavior or data
corruption.
Returns Error code 4
The following script steps return error code 4: Command is unknown. Use Get(LastError) to check for this error
code. If Allow User Abort is on, FileMaker Go displays an alert that gives the user the choice to continue or to
abort the script. If Allow User Abort is off, FileMaker Go displays an alert informing the user which script step is
unsupported unless Set Error Capture is on, which prevents any error display dialog from appearing. Additionally,
users cannot abort scripts if Allow User Abort is off.
Category Script step
Editing script steps
Perform Find/Replace
Fields script steps
Insert from Index
Insert Picture
Insert QuickTime
Insert File
Files script steps
New File
Miscellaneous script steps
Execute SQL
Navigation script steps
Enter Preview Mode
Records script steps
Import Records (import between FileMaker files is supported)
Export Records
Save Records as Excel
Save Records as Snapshot Link