CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Crystal Reports

  1. #1
    Join Date
    Jul 1999
    Posts
    6

    Crystal Reports

    Hi,
    How to display page number as 1 of 10,2 of 10
    if a report contains 10 pages

    thank you,


    krr

  2. #2
    Join Date
    Aug 1999
    Posts
    7

    Re: Crystal Reports

    In Page Footer section, use right mousebutton to insert a Page Number field first, then a text object with text "of",finally a Total Page Count field.
    You can find the text object with a rightmousebuttonclick in the recport and then "Insert". You can also find the Page Number field and Total Page Count field with a rightmousebuttonclick in the report and then "Insert" ->"Special Field".
    Good Luck!


  3. #3
    Join Date
    Aug 1999
    Posts
    9

    Re: Crystal Reports

    dear friend
    the syntax used at crystralreport 6.0 end is
    <page number> [text field <Of>] <page count>



  4. #4
    Join Date
    Apr 1999
    Location
    Brooklyn, NY USA
    Posts
    171

    Re: Crystal Reports

    In Crystal7 go to Insert, Special Field, Page N of M. I don't remember if it's available in other versions.
    Vlad


  5. #5

    Re: Crystal Reports

    Open the report for which u want the page number to be displayed, select the insert menu,choose special field and select page N of M option (this is available in Crystal Report 7.0), if u r not using Crystal Report 7.0 then use formula field

    please get back to [email protected] or [email protected] for further clarifications



    The Ultimate Solution Providers

    Authors

    Sriman & Jayaraman

    Email : [email protected]
    [email protected]

    Hand Phone : +(6) 016 2237147 (Malaysia)

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