Functions Reference

Table Of Contents
FILEMAKER FUNCTIONS REFERENCE 122
Examples
Returns 32 on a display showing millions (2
32
) of colors.
Returns 16 on a display showing thousands (2
16
) of colors.
Returns 4 on a VGA display.
Returns 1 on a black-and-white display.
Related topics
Contents
Functions reference (alphabetical list)
Get(ScreenHeight)
Purpose
Returns the number of pixels displayed vertically on the screen in which the window of the current
file is open.
Format
Get(ScreenHeight)
Parameters
None
Data type returned
number
Originated in
FileMaker Pro 6.0 or earlier
Description
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 height value, but results are returned for only the foreground
window.
Note For information on how functions evaluate differently on the host versus the client, search the
FileMaker Knowledge Base available at
www.filemaker.com/kb.
Examples
Returns 480 when the screen resolution is set to 640 x 480.
Related topics
Contents
Functions reference (alphabetical list)