Wish list items:
Printer.NewPage event – Occurs just prior to a formfeed
Printer.EndDoc event – occurs when the printer doc is closed
Bryon Scott
There is 1 Reply.
Hi Bryon,
I am not sure what you mean by Printer.NewPage/Printer.EndDoc. Do you
mean a Sub Printer_EndDoc, Sub Printer_NewPage? If so, VB does not
determine this. VB just send commands to the printer/windows. It
determines when a newpage is necessary. The enddoc can be already handled
by just doing whatever you want when you are finished printing your
document.
I'm not sure what you mean by Printer.EndDoc/Newpage since they are already
included as mehtods so if I am off base get back with me…
Don