Results 1 to 5 of 5

Thread: [RESOLVED] can the printer object print forms data thats not visible

  1. #1

    Thread Starter
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Resolved [RESOLVED] can the printer object print forms data thats not visible

    I have a main form that has a lot of data. I want to print re-arange the data before printing by using a second form.
    The print button is on the main form and when pressed it will copy the data to a second form. The print code will be in the second form. Does the second form need to be visible ?
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

  2. #2

  3. #3
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: can the printer object print forms data thats not visible

    No, it doesn't have to be visible. The Printer object works using commands like Printer.Print, Printer.Line, Printer.Circle, Printer.PaitPicture, etc.. It doesn't perform a screen capture like Printform. The only thing you should consider is: if you use Printer.PaintPicture and the picture is an image in a PictureBox that's hidden, then that PictureBox should have its Autoredraw property set to True.

  4. #4

    Thread Starter
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: can the printer object print forms data thats not visible

    thanks guys now i can proceed with my plan
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

  5. #5

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