CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    41

    Crystal Report Headers _ HELP !!!

    Hi,
    Is there a way of suppressing the page header for the first page in a Crystal report ? I want display field titles for the above the fields on each page..On the first page I thought I'll include this in the Report Header and the for the subsequent pages use the page header. But I can only do this if I can suppress the page header for the first page ? Any ideas guys ?

    Your help would be much appreciated.

    Thanks
    Vijja


  2. #2
    Join Date
    Feb 2000
    Location
    Ireland
    Posts
    808

    Re: Crystal Report Headers _ HELP !!!

    Not sure if this will work but you could conditionally suppress the page header if pagenumber=1. Go in to format section and choose the page header.Select the X-2 button and type in pagenumber=1 and save and close.That might work for you


  3. #3
    Join Date
    May 1999
    Posts
    41

    Thanks --I figured this out

    Thanks a lot..I figured this out just after putting the post here..earlier I was trying to write a formula..instead of just writing pagenumber =1

    Cheers
    Viji


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