Installation and New Features Guide
Table Of Contents
- Contents
- Chapter 1 Before you begin
- About this guide
- Customer support and product information
- Update notification
- About the license key
- Hardware and software requirements
- Networking requirements
- Web publishing requirements
- Requirements for other features in Windows
- Requirements for other features in the Mac OS
- Features not supported in Windows
- Features not supported in the Mac OS
- Opening files from previous versions
- Upgrading FileMaker Pro from a previous version
- Updating your User Dictionary
- Installing under a volume license
- Chapter 2 Installing FileMaker Pro in Windows
- Chapter 3 Installing FileMaker Pro in the Mac OS
- Chapter 4 Activating FileMaker Pro
- Chapter 5 New features
Functions and script steps | 31
Functions and script steps
1 Install OnTimer Script script step — Runs a specified script at the
specified interval.
1 Open Edit Saved Finds script step — Opens the Edit Saved Finds
dialog box, which lets the user create new Find statements or edit
existing Find statements.
1 Print script step — Improved to let you save a specified target printer
with a name of any length when a script runs.
1 Set Field By Name script step — Lets you use a calculation to
dynamically specify a field name in a script rather than requiring you
to specify each possible field name in an If...Else construction.
1 Char(number) function — Returns the character or characters
representing the Unicode points for a specified number.
1 Code(text) function — Returns the Unicode point or points for the
specified text characters in Number format.
1 GetFieldName(field) function — Returns the fully qualified field
name (tableName::fieldName).
1 Get(DocumentsPathListing) function — Returns a recursive list of
files and folders located in the folder returned by the
Get(DocumentsPath) function.
1 Get(TriggerKeystroke) function — Returns the text string that
activated an OnObjectKeystroke or OnLayoutKeystroke script trigger.
1 Get(TriggerModifierKeys) function — Returns the state of keyboard
modifier keys (such as the Shift and Control keys) when a script was
triggered.