i think the topic explains enough
although there is a small typing mistake
in the topic .. it is not "end" but "send"
[This message has been edited by razzaj (edited 11-22-1999).]
i think the topic explains enough
although there is a small typing mistake
in the topic .. it is not "end" but "send"
[This message has been edited by razzaj (edited 11-22-1999).]
You end a Print job going to the Printer by using the EndDoc Method, e.g
Code:Printer.Print "Document Starts"
Printer.Print "Document Ends"
Printer.EndDoc
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
thanks a lot aaron ...