Print Page | Close Window

Page Footer last page condition

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=14839
Printed Date: 19 Apr 2025 at 12:57pm


Topic: Page Footer last page condition
Posted By: DarJoe
Subject: Page Footer last page condition
Date Posted: 01 Nov 2011 at 10:42pm
Good day! I would like to ask how can I insert a condition in my formula on my report that will return a string value and I would like to display the result in the page footer. For example, i have 3 pages of reports, the page footer of the first 2 pages will display "Continue to next Page" and the last page will display "End of Page". I'm not that good in crystal reports, I am only a beginner with this. Thanks for your future help every one.



Replies:
Posted By: lockwelle
Date Posted: 14 Nov 2011 at 10:32am
if not OnLastRecord then
   "Continue to next Page"
Else
  "End of Page"



Print Page | Close Window