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

    Crystal Reports - Formula

    Hey,

    In section expert i need to supress a page header.

    If on page one ok
    any other page or selected page then supress

    Any help would be gratefully appreciated

    Andrew

  2. #2
    Join Date
    May 2003
    Location
    Islamabad, Pakistan
    Posts
    284

    Re: Crystal Reports - Formula

    you can do this using the shared variable.
    initially set its value to false and use in the formula.
    then set it to true.
    After that the section will be suppressed.
    If this post is helpful, then, Rate this Post.

  3. #3
    Join Date
    Oct 2007
    Posts
    9

    Re: Crystal Reports - Formula

    hi,

    do the same

    it will work


    regards,
    Nithya M

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