How to set "number of pages per sheet"

P

Peter

In Access2003 I'm trying to set, and save the property (number of) "pages per
sheet" for a report.
Is this possible to do from VBA?

By selecting Print from the File menu it is possible to set this property,
but this is not saved together with the report (the properties for Bin,
Duplex etc are saved with the report).

I'm using DEVMODE to select Bin and Duplex printing.
From "DeviceCapability" I can get DC_NUP for the printer, how can I set this
property?

A dirty solution is to create a new Printer with setting "n Pages per
sheet", but I won't do this (like asking for problem with managing
printersettings on all machines in network).

Any help is greatly appreciated, API, VBA or VB.

Thanks’
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top