CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 1999
    Location
    india
    Posts
    9

    crystal reports,extra print page problem

    In my report i wanted each group to be printed on new page so
    in group footer section i had set 'newpage after'option to true
    so i could print each group on new page but at the end of report it gives me a extra page with groupheader without any records. I don't want this extra page to be printed ,please suggest any workarounds.




  2. #2
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    Re: crystal reports,extra print page problem

    Try to give " A new page before " option instead...

    Santulan

  3. #3
    Join Date
    Nov 1999
    Location
    india
    Posts
    9

    Re: crystal reports,extra print page problem

    Sorry i mentioned that my group header repeats instead its a page header which comes on that extra page.please help


  4. #4
    Join Date
    Jan 2000
    Location
    OH USA
    Posts
    5

    Re: crystal reports,extra print page problem

    Hi- Did you solve the problem with the extra page header at the end of the report? I have the same problem and the customer is not liking extra waste of paper (i get a page header at end, no more records on it!)


  5. #5
    Join Date
    Nov 1999
    Location
    india
    Posts
    9

    Re: crystal reports,extra print page problem

    Hi! JMD,

    You r lucky Boss,I got the solution after a lot of ' rock breaking '.
    The problem is that ,when one creates a new report Crytal report adds many
    sections by default , sections like Grand total,summary etc.
    And that is the problem , you must have set 'New Page After' option
    in the group footer section which causes a new blank page to be printed
    at the end of last group footer section to print those default sections
    namely 'grand Total' & 'Summary'even though they r blank .So remove/hide these
    sections if u don't have any information in these sections or if u have
    information just set the option 'suppress if blank' for these sections ,
    this will solve your problem.




  6. #6
    Join Date
    Jan 2000
    Location
    OH USA
    Posts
    5

    Re: crystal reports,extra print page problem

    Thanks so much, believe me I have been rock-breaking over many other VB-Crsytal problems. Your solution worked great, I appreciate !


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