Functions Reference

Table Of Contents
FILEMAKER FUNCTIONS REFERENCE 148
Data type returned
number
Originated in
FileMaker Pro 7.0
Description
The current window is the window on which the script is acting (not necessarily the foreground
window). Returns 1 if the window is visible. Returns 0 if the window is hidden using the Hide
Window command. The window can be located outside of the visible screen space and still return 1.
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 1 when the current window is physically visible.
Returns 0 when the current window has been hidden using the Hide Window command in
FileMaker
Pro.
Related topics
Contents
Functions reference (alphabetical list)
Get(WindowWidth)
Purpose
Returns a number representing the width, in pixels, of the window on which the script is acting (not
necessarily the foreground window).
Format
Get(WindowWidth)
Parameters
None
Data type returned
number
Originated in
FileMaker Pro 7.0