CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Printing

  1. #1
    Guest

    Printing

    Problem: On one printer the printout comes out fine, lines and text. On another printer the lines print out on one page and the text on another.

    I was under the assumption thatl data sent to the printer object is saved to a virtual page, and then printed with the EndDoc statement. I have not used NewPage statement in the code.

    Does anyone have any solutions to this problem?

    Thanks in advance



  2. #2
    Guest

    Re: Printing

    try checking your printer setting before printing on thr other printer.If that also doesn't work then
    try printing the texts and lines using the statement
    Printer.printform if the form you are print is small or if the form exceeds
    the screen height then try printing the text by using printer.currentX .
    regards
    SB



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

Featured