Script Steps Reference
Table Of Contents
- Contents
- About script steps
- Script steps reference (alphabetical list)
- Control script steps
- Navigation script steps
- Editing script steps
- Fields script steps
- Set Field
- Set Field By Name
- 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
- Records script steps
- Found Sets script steps
- Windows script steps
- Files script steps
- Accounts script steps
- Spelling script steps
- Open Menu Item script steps
- Miscellaneous script steps
Control script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 19
Note In this example, Get(AccountName) only returns usable values if database users log in using
assigned account names. If no accounts are created or required, Get (AccountName) returns the
default value ‘Admin’.
Else
Purpose
Performs one set of steps if a calculation is True (not zero), and another set of steps if the
calculation is False (zero).
Format
Else
Options
None.
Compatibility
This script step is also supported in web publishing and in a FileMaker Server scheduled script.
Description
Use with the If script step.
Examples
If [Table1::State = "CA"]
Perform Script ["Compute CA Tax and Total"]
Else
Perform Script ["Compute Total"]
End If
End If
Purpose
Marks the end of an If script step structure.
Format
End If
Options
None.
Compatibility
This script step is also supported in web publishing and in a FileMaker Server scheduled script.