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
Shows an URL.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Utility | 2.4 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ✅ Yes |
Parameter | Description | Example |
---|---|---|
URL | The URL to open. | "http://www.filemaker.com/" |
Returns "OK" on success.
Open MBS Website:
MBS("ShowURL"; "http://www.monkeybreadsoftware.com/filemaker/")
Open Mail client for sending email:
MBS("ShowURL"; "mailto:support@monkeybreadsoftware.de")
Trigger FaceTime call on MacOS using tel URL scheme::
MBS("ShowURL"; "tel:+0123456789")
Open Skype and call someone:
MBS("ShowURL"; "skype:UserName")
Created 18th August 2014, last changed 5th February 2020
Shell.WriteInputText - SmartCard.Available
Feedback: Report problem or ask question.