Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Returns the Window Reference for a window specified by the Index parameter.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Window | 1.0 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Index | 0 based index of the current windows open in FileMaker. If no value is entered then 0 is assumed. Using 0 will give the window reference for the current window. See caution in description |
Returns window reference number or error.
Find the window ref
MBS( "Window.FindByIndex" ; 0 )
Find window reference on FileMaker Server where FileMaker includes server name in window name:
MBS( "Window.FindByTitle"; Get(WindowName) & " (" & Get(HostName) & ")")
Created 18th August 2014, last changed 9th January 2015
Window.Fade - Window.FindByTitle
Feedback: Report problem or ask question.