Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
Clipboard.GetFileMakerData
Queries the xml text of a FileMaker layout/script object.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
Clipboard | 4.0 | Yes | Yes | No | No | No |
MBS( "Clipboard.GetFileMakerData"; Type ) More
Parameters
Parameter | Description | Example value |
---|---|---|
Type | What element type to query. | "Layout" |
Result
Returns text or error.
Description
Queries the xml text of a FileMaker layout/script object.The result is a XML text which you can store for later.
The type can be Script, ScriptStep, Layout, CustomFunction, Table, Field or Layout12.
For server this will query the clipboard of the user account running the server app on the server computer and not the clipboard of any client.
Added type ValueList for FileMaker 16.
For custom menus in FileMaker 17, please use Clipboard.GetText function.
See also
Example Databases
Blog Entries
- MBS FileMaker Plugin, version 7.2pr1
- MBS Filemaker Plugin, version 4.0pr2
- MBS Filemaker Plugin, version 4.0pr1
Created 18th August 2014, last changed 4th May 2018
Clipboard.GetData - Clipboard.GetFiles
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins