Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BigSassy

  1. BigSassy

    Can't get a range of pages to print

    Well, in the real application I had a report class that handled laying out and printing the information on the Graphics object for the PrintDocument's PrintPage event. Long story short, I defined the first and last row of the data for each page. Then I just made a method that got the starting...
  2. BigSassy

    Can't get a range of pages to print

    Ah, I see. Thanks earthandfire. I know what I need to do now. Thank you so much everyone. This has been driving me nuts for too long :)
  3. BigSassy

    Can't get a range of pages to print

    To BobRodes: The HasMorePages property of e defaults to false. When it is set to false the print job is finished. So setting that value to false on pages that aren't in the range of pages to print would cause the pages afterwards to stop printing. For example, if I wanted to print pages 2-3...
  4. BigSassy

    Can't get a range of pages to print

    It canceled the entire print job.
  5. BigSassy

    Can't get a range of pages to print

    I tried it, but it still prints all of the pages. Except now the pages that aren't in range are blank, since I didn't draw anything when the PrintPage event was called for them.
  6. BigSassy

    Can't get a range of pages to print

    Hi. I'm embarrased that I'm having so much trouble with something so simple, but here it goes. In my code I have a PrintDialog that allows the user to select a page range to print (the AllowSomePages property is set to true), but when a range is selected (ex: pages 2-3) in the dialog it still...

Part and Inventory Search

Back
Top