Functions Reference

Table Of Contents
Chapter 7
|
Get functions 99
Get(ScreenWidth)
Format
Get(ScreenWidth)
Parameter
None
Data type returned
number
Description
Returns the number of pixels displayed horizontally on the screen in which the window of
the current file is open. When the window spans more than one screen, this function uses
the screen that contains the largest percentage of the window. If there are multiple
windows open in the current database file, each window can have its own screen width
value, but results are returned for only the foreground window.
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Example
Returns 640 when the screen resolution is set to 640 by 480.
Get(ScriptName)
Format
Get(ScriptName)
Parameter
None
Data type returned
text
Description
Returns the name of the script currently running (or paused).
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Examples
Returns Print Report when the Print Report script is running.
Returns Update Customer when the Update Customer script is running.