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

    Report totals on same page as last group

    I am new to Crystal, so please excuse the simple nature of this question.

    I have a report which has a sub-totals and the page breaks after each group sub-total. I want the report totals to print on the same page as the last group sub-total.

    I put the new page after option on for each group and therefore the report totals print on a seperate page all by themselves.

    Any help would be appreciated.

  2. #2
    Join Date
    Apr 2008
    Posts
    7

    Re: Report totals on same page as last group

    Instead of doing a "New Page After" the Group Footer, try a "New Page Before" that Group's Header.

Tags for this Thread

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