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

    How can I add NumberOfPages in Seagate Crystal Report.

    I have developing a report in which I already have
    "Page n" but I need of "Page n of totN".
    Can u help me. then plz. (prefers Coding)


  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: How can I add NumberOfPages in Seagate Crystal Report.

    There is a special field called page n of m in crystal report 8.0 (menu isert special fields)


    Special thanks to Lothar "the Great" Haensler, Tom Archer, Bruno Paris and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  3. #3
    Join Date
    Apr 2001
    Posts
    4

    Re: How can I add NumberOfPages in Seagate Crystal Report.

    Thanx for speedy reply, i don't have Crystal Report version 8.0 I am using VB5's Crystal Report & according to me I don't have such spl Field.


  4. #4
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: How can I add NumberOfPages in Seagate Crystal Report.

    Then see if you have a page Number field; then a Total Page Count field.
    If you have, insert a text object. Type in "Page", insert the Page Number field, insert a text object (typing "of") then insert tthe total Page Count.
    Hope it helped

    Special thanks to Lothar "the Great" Haensler, Tom Archer, Bruno Paris and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

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