Help

Table Of Contents
FILEMAKER PRO HELP 729
Get(HostApplicationVersion) The version of FileMaker Pro or FileMaker Server running on the
computer that is hosting the current database.
Get(HostIPAddress) The IP address of the host machine for the current database.
Get(HostName)
The registered name of the computer that is hosting the database
file.
Get(InstalledFMPlugins) The display name, version number (if available), and enabled
state of installed plug-ins
.
Get(LastError)
A number representing the error, if any, in the execution of the
most recently executed script step.
Get(LastMessageChoice) A number corresponding to the button clicked in an alert message
displayed by the Show Custom Dialog script step.
Get(LastODBCError)
A string that shows the error state published by ODBC standards,
based on ISO/IEF standards.
Get(LayoutAccess) A number corresponding to the layout access privileges assigned
through the Manage Security dialog box.
Get(LayoutCount)
The total number of layouts in the database file.
Get(LayoutName) The name of the layout currently displayed.
Get(LayoutNumber)
The number of the layout currently displayed, according to the list
in the Manage Layouts dialog box.
Get(LayoutTableName) The name of the table that the layout is displaying records from.
Get(LayoutViewState)
Information about how the database file is being viewed.
Get(ModifiedFields) A list of fields that have been modified in the current record of the
current table.
Get(MultiUserState)
A number representing the current multi-user state of the
database file.
Get(NetworkProtocol) The name of the network protocol that FileMaker Pro is using on
this machine.
Get(NetworkType)
A number representing the type of network being used by
FileMaker Pro to access the file that is performing the current
script.
Get(PageNumber) A number representing the current page being printed or
previewed.
Get(PersistentID)
Text representing a unique identifier of the computer or device on
which FileMaker is running.
Get(PreferencesPath) The path to the preferences folder for the current user.
Get(PrinterName)
A string identifying the default printer name.
Get(QuickFindText) The text that was entered in the Quick Find box.
Get(RecordAccess)
A number indicating the access privileges of the current record.
Get(RecordID) The unique ID number of the current record.
Get(RecordModificationCount) The total number of times changes to the current record have
been committed.
Get(RecordNumber) The number of the current record in the current found set.
This function Returns