Results 1 to 3 of 3

Thread: Detecting when the details continue on next page in Crystal Reports 7

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2000
    Location
    Sydney Australia
    Posts
    476

    Detecting when the details continue on next page in Crystal Reports 7

    Hi team, does anyone know how to detect when the detail section of Crystal Reports is going to continue on the next page? I want to display "continued next page".

    Any ideas?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Detecting when the details continue on next page in Crystal Reports 7

    Moved to reporting section

  3. #3
    Lively Member
    Join Date
    Mar 2006
    Posts
    94

    Re: Detecting when the details continue on next page in Crystal Reports 7

    Quote Originally Posted by freewilly
    Hi team, does anyone know how to detect when the detail section of Crystal Reports is going to continue on the next page? I want to display "continued next page".

    Any ideas?
    A quick Idea off the top of my head:

    Add page numbers to the report but suppress them so they are not shown.
    Add a formula field and in the formula put:
    IF PageNumber > 1 then
    "Continued Next Page"
    else
    " "
    Then put the formula field at the bottom of the page where you want to show the text.

    That's untested but I think it'll work.

    Energy can be neither created not destroyed. It can only be wasted.

    Red Green

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