Functions Reference

Table Of Contents
Get functions
F
ILEMAKER FUNCTIONS REFERENCE 223
Get(WindowVisible)
Purpose
Returns 1 (true) if the window is visible; returns 0 (false) if the window is hidden using Hide Window.
Format
Get(WindowVisible)
Parameters
None
Data type returned
number
Originated in
FileMaker Pro 7.0
Description
The window can be located outside of the visible screen space and still return 1. The current window
may not necessarily be the foreground window.
Note For information on how functions evaluate differently on the host versus the client, search the
FileMaker Knowledge Base available at
http://help.filemaker.com.
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.