Why is it that a blank page always prints after the
print job is finished, even though I have the
Printer.EndDoc syntax at the end ?
Printable View
Why is it that a blank page always prints after the
print job is finished, even though I have the
Printer.EndDoc syntax at the end ?
I can't talk clearly without examining your printing codes,
at least the last ones but i can say that it has got nothing
to do with EndDoc. EndDoc only tells computer that "I have
finished with the document, send it to the printer."
You must look for the problem in the 'Printer.Print' parts.
Not so sure but first thing i can think of is that you
should made a positioning mistake, i mean one of the last characters are outside the printing margin. If you are using
'Printer.CurrentX' or 'Printer.CurrentY', check them.
I'll be glad if it helps..