Problem with setting of Duplex type
Hi,
I have problem with duplex type:
I have default printer with Duplex set to Vertical.
I open definition in Designer. There was Duplex = dpNone in the definition
before open in designer.
I open Page Setup and I see Duplex = dpVertical. I change it to dpNone and
save.
Now I run print and result is that Duplex is dpVertical again so I have
blank pages.
How I set Duplex to specific value (dpNone)?
Thanks
Roman Krupicka
I have problem with duplex type:
I have default printer with Duplex set to Vertical.
I open definition in Designer. There was Duplex = dpNone in the definition
before open in designer.
I open Page Setup and I see Duplex = dpVertical. I change it to dpNone and
save.
Now I run print and result is that Duplex is dpVertical again so I have
blank pages.
How I set Duplex to specific value (dpNone)?
Thanks
Roman Krupicka
This discussion has been closed.
Comments
I tested old versions - till version 14.05 was all OK.
Wrong behavior is from version 14.06...
Regards
Roman Krupicka
Try setting the PrinterSetup.SaveDeviceSettings property to True and see
if that gives the correct result.
I also recommend upgrading to RB 14.07 so you have the latest version to
work with.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I have RB 14.07. There is different behavior between versions before RB
14.06 and after RB 14.05...
Versions < 14.06: Duplex = dpNone works regardless of printer settings
Versions >= 14.06: Duplex = dpNone works like default duplex in printer
settings
Regards
Roman Krupicka
"Nico Cizik (Digital Metaphors)" píše v diskusním príspevku
can email support@ and request the patch.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Hi Nard,
is there a workaround for this setting of Duplex type problem in version
RB 14.06?
What triggers this? Only at 1 customer we experience this.
Kind regards
Ruud
On the before print event we set duplex to None:
Report.Printersetup.Duplex:= dpNone;
Kind Regards
Ruud
Ruud Bernards schreef op 12-1-2016 om 13:49: