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.SetPaperName
Sets paper name.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| PrintDialog | 5.0 | Yes | No | No | No | No |
MBS( "PrintDialog.SetPaperName"; name ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| name | The paper name. | "A4" |
Result
Returns OK or error.
Description
Sets paper name.Examples
Set paper to A4:
Set Variable [ $r ; Value: MBS( "PrintDialog.SetPaperName"; "A4" ) ]
See also
- PageSetupDialog.SetPaperName
- PrintDialog.GetPaperName
- PrintDialog.GetPrinterName
- PrintDialog.SetFirstPage
- PrintDialog.SetLastPage
- PrintDialog.SetPrinterName
- PrintDialog.SetPrintType
Blog Entries
Created 27th December 2014, last changed 25th November 2017
PrintDialog.SetPageNumberingOffset - PrintDialog.SetPrintToPDF
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins