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:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
Container.Screenshot
Takes screenshot from a named control in FileMaker.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Container | 11.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Container.Screenshot"; Name ) More
Parameters
Parameter | Description | Example |
---|---|---|
Name | Name of the control on screen. | "web" |
Result
Returns container value or error.
Description
Takes screenshot from a named control in FileMaker.This function was developed to take a screenshot of a container control, but it also works for any other control like WebViewers.
Examples
Take screenshot of a button:
Set Field [ Test::Picture ; MBS("Container.Screenshot"; "button") ]
Take screenshot of Web Viewer:
Set Field [ Webviewer::Image ; MBS("Container.Screenshot"; "web") ]
See also
Release notes
- Version 13.1
- Fixed ScreenshotRect, Container.Screenshot and WebView.Screenshot for Windows to better use right DPI for high DPI screens.
- Version 11.4
- Added Container.Screenshot function, which may replace WebView.Screenshot for some users.
Blog Entries
- MBS FileMaker Plugin, version 13.1pr6
- New in MBS FileMaker Plugin 11.4
- Neues MBS FileMaker Plugin 11.4
- MBS FileMaker Plugin 11.4 - More than 6500 Functions In One Plugin
- MBS FileMaker Plugin, version 11.4pr1
This function does not need a paid license.
Created 14th July 2021, last changed 4th August 2021
