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 Rhinorhino 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 usacomp2k3

  1. usacomp2k3

    Manual Page Breaks Based On Groups Of Data

    Well I think I got it working well enough. I replaced the page_break lookup gode with the following, and it works like a champ now: 'get the row numbers of each page break Names.Add "HPBreaks", "=GET.DOCUMENT(64)", False page_break = [HPBreaks] 'so using evaluate to fill a variant array ReDim...
  2. usacomp2k3

    Manual Page Breaks Based On Groups Of Data

    The only problem is that it is slow. I have inserted debug points and it seems that most of the time is spent in the creating of the array with the page_break values. I'll try the HPageBreaks collection that you mentioned and let you know how it goes.
  3. usacomp2k3

    Manual Page Breaks Based On Groups Of Data

    So basically I have a report that is generated that is broken down into 4 or 5 headers. What I want is basically a way to manually add page breaks for 2 conditions: *That no section starts at the end of one page and ends on the next; I want to just insert a page break before the section so it is...

Part and Inventory Search

Back
Top