Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

WebView.Print

Prints the current web view content.

Component Version macOS Windows Linux Server iOS SDK
WebView 1.8 ✅ Yes ✅ Yes ❌ No ❌ No ✅ Yes
MBS( "WebView.Print"; WebViewerRef )   More

Parameters

Parameter Description Example
WebViewerRef Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function.

Result

Returns OK or error.

Description

Prints the current web view content.
You can get/set some parameters on macOS using the WebView.GetPrintParameter/WebView.SetPrintParameter functions.

Supported for WebKit 2.x (FileMaker 16 Mac) with version 11.5.

To disable footer and header in print on Windows, please run Internet Explorer. In File menu go to Page Setup and in that dialog set all the popup menus for header/footer content to empty.

Version 10.3 adds iOS support to show print dialog.

Implemented for Windows with Microsoft Edge/Chrome engine in MBS Plugin 11.5 when using FileMaker Pro 19.4 or newer. Will show print dialog.

This function may return before print is done.

Examples

Print web viewer:

Set Variable [ $r; Value:MBS( "WebView.Print"; "web" ) ]

See also

Release notes

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 10th February 2024


WebView.PressKey - WebView.PrintPreview