Meet us at at Real World in Orlando, Florida.

All functions   Mac OS X   Windows   Crossplatform   Components   Guides  
New in version: 2.0   2.1   2.2   2.3   2.4   2.5   2.6   2.7   2.8  

WebView.FindWindowByTitle

Component: WebView
Version: 1.3
Mac OS X: Works
Windows: Works

MBS( "WebView.FindWindowByTitle" ; Title )

Parameters

Parameter Description Example value
Title The title of the widow

Description

Returns the Window Reference for a window specified by the Index parameter.
The Window Reference is a unique ID.
The window reference is only valid until the window is closed.

On normal Filemaker on desktop you can use Get(WindowName), but on Filemaker Server the name includes the server name, so you need to use: Get(WindowName) & " (" & Get(HostName) & ")"

Examples

Get the Window Reference of the current window

MBS( "WebView.FindWindowByTitle" ; Get(WindowName) )

Find window reference on Filemaker Server where Filemaker includes server name in window name:

MBS( "WebView.FindWindowByTitle"; Get(WindowName) & " (" & Get(HostName) & ")")

Feedback: Report problem or ask question.




Links
MBS REAL studio tutorial videos - Besuchen Sie die JUZ Nickenich Webseite