set printer.paperbin = (>= 256)

F

franky

By programmation in MDE access2002 DB I want to SET the
paperbin for specific report
to a paperbin found with the GetBinList (
DeviceCapabilities(lpsDeviceName:=strDeviceName,
lpPort:=strDevicePort, iIndex:=DC_BINS,
lpOutput:=aintNumBin(1), lpDevMode:=DEFAULT_VALUES) )
But all the time a got a error if the number is different
to the AcPrintPaperSize list.

How can I set the application.printers
("PrinterNAme").paperbin = 261 (>= 256) ?



thanks

Franky
(e-mail address removed)
 

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

Similar Threads

SET printer.paperbin = (>= 256) 0
VB and VBA 0
Code Problem 1
Code Problem 0
Attaching Code 2

Top