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
PageSetupDialog.SetOption
Sets an option.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| PrintDialog | 9.2 | Yes | No | No | No | No |
MBS( "PageSetupDialog.SetOption"; Key; Value; Type ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Key | The key to use. | |
| Value | The value to use. Depending on data type, the plugin will pass a number or a text. |
3 |
| Type | The type of data to add. Default is empty to use type of value passed. So text or number type would be picked automatically. Valid values for type are text, number, integer and text. Integer is for integer numbers while number is for floating numbers. |
Result
Returns OK or error.
Description
Sets an option.You can use PrintDialog.GetLastSettings after printing to query XML with all settings and pick keys and values.
See also
- PageSetupDialog.ClearOption
- PageSetupDialog.ClearOptions
- PageSetupDialog.GetNoDialog
- PageSetupDialog.GetOption
- PageSetupDialog.SetNoDialog
- PrintDialog.GetLastSettings
Created 20th April 2019, last changed 20th April 2019
PageSetupDialog.SetNoDialog - PageSetupDialog.SetPaperName
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins