Category: Get
Syntax: Get ( WindowVisible ) |
Parameters: None
Data type returned: Number
Description:
Returns a number indicating whether the current window is visible or hidden.
Returns 1 if the window is visible.
Returns 0 if the window is hidden.
When you call a subscript in another file, it operates from the context of the front-most window in that file, but that window does not need to become the active window. The current window can therefore be different from the active, foreground window, and it can either be hidden or visible.
Examples:
Function |
Results |
---|---|
Get (WindowVisible) |
Returns 1, assuming the current window is visible. |
: 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