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.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
Statistic
FMM
Blog
PrintDialog.SetReverseOrder
Sets reverse order for printing.
Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
PrintDialog | 11.0 | Yes | No | No | No | No |
Parameters
Parameter | Description | Example |
---|---|---|
Value | The new setting. Pass 1 to reverse order or 0 to not reverse it. Pass -1 to not change value. |
1 |
Result
Returns OK or error.
Description
Sets reverse order for printing.May not work for all printer drivers.
Examples
Set reverse order:
Set Variable [ $r ; Value: MBS("PrintDialog.SetReverseOrder"; 1) ]
Set various options for reverse order:
Set Variable [ $r ; Value: MBS( "PrintDialog.SetOption"; "com_apple_print_PageToPaperMappingType"; 1; "integer") ]
Set Variable [ $r ; Value: MBS( "PrintDialog.SetOption"; "com_apple_print_PrintSettings_PMLayoutColumns"; 1; "integer") ]
Set Variable [ $r ; Value: MBS( "PrintDialog.SetOption"; "com_apple_print_PrintSettings_PMLayoutNUp"; 0; "boolean") ]
Set Variable [ $r ; Value: MBS( "PrintDialog.SetOption"; "com_apple_print_PrintSettings_PMLayoutRows"; 1; "integer") ]
Set Variable [ $r ; Value: MBS( "PrintDialog.SetOption"; "com_apple_print_PrintSettings_PMOrientation"; 1; "integer") ]
Set Variable [ $r ; Value: MBS( "PrintDialog.SetOption"; "OutputOrder"; "reverse"; "text") ]
# this is an alternative way to the function above, which may work for other drivers.
See also
Blog Entries
Release notes
- Version 11.0
- Added PrintDialog.GetReverseOrder and PrintDialog.SetReverseOrder functions.
Created 7th January 2021, last changed 7th January 2021
PrintDialog.SetResetDestination - PrintDialog.SetTray
Feedback: Report problem or ask question.

Links
MBS Xojo Chart Plugins