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
[email protected]
 
Top