This line is causing me problems, but not with the tray. When I add this line to my code it causes this line to err.Code:Printer.PaperBin = TraySelect
What happens is that the next line after the CurrentY reset prints over the previous line.Code:Printer.CurrentY = Printer.CurrentY - 200
I know that I am backing the print up the page with the CurrentY reset, but when I do NOT set the paperbin using the first line of this post everything works out correctly. In addition to this the following pages print out correct either way. Is there some error with the PaperBin property?




Reply With Quote