Category: Get
Syntax: Get ( WindowHeight ) |
Parameters: None
Data type returned: Number
Description:
Returns the total height, in pixels, of the current window. The current window is usually the active window, but it's also possible for a script to run in a window that isn't the active foreground window.
The window height and width return the outside dimensions of a window. So, if you make a new window and specify a height and width of 300, then the Get (WindowHeight) and Get (WindowWidth) would both return 300.
Be aware that the window height and width are different from the window content height and width, which return the inside dimensions of a window.
Examples:
Function |
Results |
---|---|
Get (WindowHeight) |
Returns 541 when the window that is being acted upon is 541 pixels tall. |
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information