Filemaker Pro 8.5 Advanced Maintenance TG762Z/A User Manual

Product codes
TG762Z/A
Page of 238
Chapter 7
  
|
  Get functions     109
Description
Returns the number of pixels displayed vertically 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 
, each window can have its own screen height value, but 
results are returned for only the foreground window.
Note  
See FileMaker Pro help for information about running 
 in client/server and 
peer-to-peer environments.
Example
Returns 
480
 when the screen resolution is set to 640 by 480.
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 
, 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 
 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