Filemaker Pro 8.5 Educational Maintenance T3 TJ083LL/A User Manual

Product codes
TJ083LL/A
Page of 238
124     FileMaker Functions Reference
Data type returned
text
Description
Returns the name of the window that the 
window). Returns an empty string if there is no window.
Notes
You can set the window name with the Set Window Title script step.
See FileMaker Pro help for information about running scripts in client/server and 
peer-to-peer environments.
Example
There are two windows, 
Teachers
 and 
Students,
includes an 
Calc
 containing Get(WindowName). 
Teachers
 is 
returned when the Teachers window is refreshed, and 
Students
 is returned when the 
Students window is refreshed.
Get(WindowTop)
Format
Get(WindowTop)
Parameter
None
Data type returned
number
Description
Returns a number representing the vertical distance, in pixels, of the outer edge of the 
window that the 
 is acting on (not necessarily the foreground window) relative to the 
bottom edge of the menu bar or toolbar. The origin of the reference coordinate system is 
at the left-most corner below the menu bar or toolbar. A negative value indicates the 
portion of the top part of the window that is hidden behind the menu bar or toolbar.
Note  
See FileMaker Pro help for information about running scripts in client/server and 
peer-to-peer environments.
Examples
Returns 
52
 when the outer edge of the active window is 52 pixels from the menu bar or 
toolbar.
Returns 
0
 when the outer edge of the active window just touches the menu bar or toolbar.