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

Blog Entries

This function does not need a paid license.

Created 14th July 2021, last changed 4th August 2021


Container.RenameStream - Container.Serialize

💬 Ask a question or report a problem


Start Chat