Category: Design
Syntax: WindowNames {( filename )} |
Parameters: Optional filename as text.
Data type returned: Text
Description:
Returns a carriage returndelimited list of open window names.
Note that WindowNames returns window names from all open FileMaker files or just the file specified by the optional parameter. Window names do not need to be unique. The order of the list is determined by the stacking order of the windows, with the topmost window (the active window) listed first. Hidden windows are listed, but not any window that appears in the window list surrounded by parentheses. This indicates a file that is open but that doesn have any windows, hidden or visible. Visible windows are listed first, then minimized windows, then hidden windows.
Examples:
Function | Results |
---|---|
WindowNames | Might return a list of values that looks like this: |
Customers | |
Invoices | |
myDatabase | |
Invoices - 2 |
: 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