Get ( Device )
Returns a number indicating the type of computer that is currently running FileMaker Pro or FileMaker WebDirect, or the type of iOS device that is currently running FileMaker Go
Get ( EncryptionState )
Returns a value representing the file’s current encryption state
Get ( FileSize )
Returns the size (in bytes) of the currently active database file
Get ( LastError )
Returns a number representing the error, if any, in the execution of the most recently executed script step
Get ( LastMessageChoice )
Returns a number corresponding to the button clicked in an alert message that is displayed by the Show Custom Dialog script step
Get ( LayoutAccess )
Returns a number based on record access privileges available thorugh the current layout.
Get ( LayoutName )
Returns the name of the layout currently displayed.
Get ( LayoutNumber )
Returns the number of the layout currently displayed, according to the list in the Manage Layouts dialog box.
Get ( LayoutViewState )
Returns a number indicating the currently active database file view
Get ( MultiUserState )
Returns a number representing the level of sharing for the database file useing FileMaker Network
Get ( NetworkType )
In FileMaker Go, returns a number indicating the type of network being used to access the current file.
Get ( RecordAccess )
Returns a number based on the current record’s access privileges, assigned through the Custom Record Privileges dialog box.
Get ( ScriptAnimationState )
Indicates wheter or not animations are enabled for the current script.
Animations are off by default while a script is running
Get ( ScriptName )
Returns the name of the script currently running (or paused)
Get ( ScriptParameter )
Returns the script parameter passed into the current script
Get ( ScriptResult )
Returns the script result from a performed subscript
Use this function as part of a calculation evaluated within a script. If a subscript doesn’t return a result, then the content of the script result will be empty
Get ( SortState )
Returns a value representing the current sort state.
Get ( StatusAreaState )
Returns a number indicating the current status toolbar state
Get ( SystemDrive )
Returns the drive letter (Windows) or volume name (OS X) where the currently running operating system is located.
Get ( SystemPlatform )
Returns a number indicating the current platform
Get ( SystemVersion )
Returns the version of the current operating system
Get ( TriggerCurrentPanel )
Returns the index and the object name of the current tab panel or slide panel (the panel to be switched from) when the OnPanelSwitch script trigger is activated.
Get ( TriggerGetureInfo )
In FileMaker Go, returns details about the gesture that activated an OnGestureTap trigger
Returns a list containing these items:
Get ( TriggerKeystroke )
Returns a string containing the characters that activated an OnObjectKeystroke or OnLayoutKeystroke script trigger.