Help

Table Of Contents
FILEMAKER PRO HELP 730
Get(RecordOpenCount) The total number of open records in the current found set that
haven’t yet been saved.
Get(RecordOpenState) A number representing the state of the current record.
Get(RequestCount)
The total number of find requests currently defined for the current
table.
Get(RequestOmitState) A Boolean value representing the state of the Omit checkbox in
Find mode.
Get(ScreenDepth)
The number of bits needed to represent the color or shade of gray
of a pixel on the main screen.
Get(ScreenHeight) The height, in points, of the screen in which the window of the
current file is open.
Get(ScreenWidth)
The width, in points, of the screen in which the window of the
current file is open.
Get(ScriptAnimationState) A number indicating whether or not animations are enabled for
the currently running script.
Get(ScriptName)
The name of the script currently running (or paused).
Get(ScriptParameter) The script parameter passed into the current script.
Get(ScriptResult)
The script result from a performed subscript.
Get(SortState) A number value representing the current sort state.
Get(StatusAreaState)
A number representing whether the status toolbar is hidden,
visible, visible and locked, or hidden and locked.
Get(SystemDrive) The drive letter (Windows) or the volume name (OS X) where the
currently running operating system is located.
Get(SystemIPAddress)
The IP addresses of all the machines connected to a NIC
(Network Interface Controller) card.
Get(SystemLanguage) The language currently set on the current system.
Get(SystemNICAddress)
The hardware addresses of all the Network Interface Controller
cards connected to the machine.
Get(SystemPlatform) A number indicating the current platform.
Get(SystemVersion) The version of the operating system of the machine on which the
function is executed.
Get(TemporaryPath) The path to the current user’s temporary folder used by
FileMaker Pro.
Get(TextRulerVisible)
A Boolean value representing whether or not the text ruler is
visible.
Get(TotalRecordCount) The total number of records in the current table.
Get(TriggerCurrentPanel)
The index number and object name of the tab panel or slide panel
to be switched from when the OnPanelSwitch
script trigger is
activated.
Get(TriggerGestureInfo) Details about the gesture that activated an OnGestureTap script
trigger.
Get(TriggerKeystroke)
A string containing the characters that activated an
OnObjectKeystroke
or OnLayoutKeystroke script trigger.
This function Returns