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:
10.5
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
Statistic
FMM
Blog
PrintDialog.SetPaperName
Sets paper name.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
PrintDialog | 5.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No | Paid |
Deprecated
This function was deprecated. Use PageSetupDialog.SetPaperName instead.
MBS( "PrintDialog.SetPaperName"; name ) More
Parameters
Parameter | Description | Example |
---|---|---|
name | The paper name. | "A4" |
Result
Returns OK or error.
Description
Sets paper name.Pass empty text in order to reset the value and to not change the paper in the dialog.
Deprecated in favor of PageSetupDialog.SetPaperName since FileMaker seems to ignore paper changes in the print dialog.
Examples
Set paper to A4:
Set Variable [ $r ; Value: MBS( "PrintDialog.SetPaperName"; "A4" ) ]
See also
- PageSetupDialog.SetPaperName
- PrintDialog.GetPaperHeight
- PrintDialog.GetPaperName
- PrintDialog.GetPaperWidth
- PrintDialog.GetPrinterName
- PrintDialog.SetLastPage
- PrintDialog.SetPaperHeight
- PrintDialog.SetPaperWidth
- PrintDialog.SetPrinterName
- PrintDialog.SetPrintType
Blog Entries
Created 27th December 2014, last changed 27th June 2021
PrintDialog.SetPaperHeight - PrintDialog.SetPaperWidth
Feedback: Report problem or ask question.
