Results 1 to 2 of 2

Thread: Printing in VB

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    usa
    Posts
    100

    Angry

    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 ?

  2. #2
    Lively Member iataman's Avatar
    Join Date
    Jun 2000
    Location
    Turkey
    Posts
    71

    EndDoc

    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..

    While YourAge<=40
    Live(YourLife)
    Wend

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width