Results 1 to 2 of 2

Thread: Simple printing

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Posts
    5

    Simple printing

    O´kay,

    Can somebody help me out keeping it simple.

    If got one text box within Visual .NET. This textbox has a databinding with an Access Database. I want to print this value of this text box.

    I already got information how to set up the most graphic tabular reports, but the information howto to display the values of a database is missing.

    I hope someone can help me out here.

    Ries.

  2. #2
    Frenzied Member
    Join Date
    May 2002
    Posts
    1,602
    Read this my man...


    I read this a few days ago while I was working on a print class for printing invoices. I think this is the way to do it

    * Use the graphics class to place bitmaps or any other graphics for each page, then loop through your data, and check if you have reaced the end of the line. You have to keep track on the pages manually, no class will do that for you... But read the example and the msdn documentation on windows forms printing and make some examples... just make sure to have lots of paper in your printer

    kind regards
    Henrik

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