Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Clipboard.GetFileMakerData
Queries the xml text of a FileMaker layout/script object.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Clipboard | 4.0 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Clipboard.GetFileMakerData"; Type ) More
Parameters
Parameter | Description | Example |
---|---|---|
Type | What element type to query. Can be "auto" for version 10.1 for automatic type selection. |
"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 ValueList, Script, ScriptStep, Layout, CustomFunction, Table, Field or Layout12.
Pass auto as type in version 10.1 or newer to let the plugin look for all types and return the data found.
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.
Warning: Some settings in script step for import, export or printer setup may not be preserved in copied content!
See also
Release notes
- Version 10.1
- Added auto mode for Clipboard.SetFileMakerData and Clipboard.GetFileMakerData functions.
- Version 7.2
- Added ValueList type for Clipboard.SetFileMakerData and Clipboard.GetFileMakerData.
Example Databases
- HotKeys
- Mac only/Script Workspace Context Menu Commands
- Third Party/FileMaker Snippet Storage
- Win Only/Search Scripts
- Win Only/Snippets for Windows
- XML/XML Colorize
Blog Entries
- Goodies 33: Custom context menu commands for FileMaker ScriptWorkspace
- Define a hotkey to copy field name for layout objects in FileMaker
- Adding ChatGPT to the ScriptWorkspace context menu
- MBS FileMaker Plugin, version 10.1pr5
- New functions of the MBS Plugin Version 9.5
- Define hot keys for functions in the FileMaker development
- Add a search and replace command for FileMaker Script Workspace
- Custom context menu commands for FileMaker ScriptWorkspace
- MBS FileMaker Plugin, version 7.2pr1
- MBS Filemaker Plugin, version 4.0pr2
FileMaker Magazin
This function checks for a license.
Created 18th August 2014, last changed 21st February 2020