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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
PrintDialog.SetConfiguration
Sets a configuration to be used for next print.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| PrintDialog | 8.0 | Yes | No | No | No | No |
Parameters
| Parameter | Description | Example |
|---|---|---|
| Configuration | The configuration data you got from PrintDialog.GetConfiguration. |
Result
Returns OK or error.
Description
Sets a configuration to be used for next print.The given configuration will be applied after reset of settings (if enabled) and before other settings are applied. This way you can still customize the saved configuration.
Examples
Restore configuration:
Allow User Abort [ Off ]
Set Variable [ $r ; Value: MBS("PrintDialog.Enable") ]
Set Variable [ $r ; Value: MBS("PrintDialog.SetConfiguration"; Printer Dialog on Mac::Data) ]
Print [ With dialog: On ]
See also
Blog Entries
Release notes
- Version 10.3
- Fixed PrintDialog.SetConfiguration function.
- Version 8.0
- Added PrintDialog.GetConfiguration and PrintDialog.SetConfiguration functions.
Created 21st December 2017, last changed 21st December 2017
PrintDialog.SetAllPages - PrintDialog.SetCopies
Feedback: Report problem or ask question.
Links
MBS FileMaker blog