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
Puts the xml text on the clipboard for a FileMaker layout/script object.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Clipboard | 4.0 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Type | What element type to set. Can be "auto" for version 10.1 for automatic type selection. |
"Layout" |
Text | The text to put on the clipboard. | $text |
Returns OK or error.
Put xml back on clipboard:
Set Variable [$r; Value: MBS( "Clipboard.SetFileMakerData"; "auto"; $xml ) ]
Created 18th August 2014, last changed 21st February 2020
Clipboard.GetTypes - Clipboard.SetFiles
Feedback: Report problem or ask question.