|
-
Aug 22nd, 2002, 09:21 AM
#1
Thread Starter
Addicted Member
Crystal Report - Find Last record in a page
How do I find a last record in a page
I want to suppress a section in all places except last record in a page and last record in the same report. (ie. I will be showing double line in the last record of all pages). Other records will display single line.
How do I do that? Any other suggestions also welcome.
Thanks
-
Aug 22nd, 2002, 09:32 AM
#2
Frenzied Member
Don't know if it is possible.
But why supress in all but one.
Should it not be better to set it in a group footer or page footer.
I think these are the locations to show single lines you don't show in other sections.
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If
cu Swatty
-
Aug 22nd, 2002, 01:00 PM
#3
Hyperactive Member
Re: Crystal Report - Find Last record in a page
Originally posted by vsusi
How do I find a last record in a page
I want to suppress a section in all places except last record in a page and last record in the same report. (ie. I will be showing double line in the last record of all pages). Other records will display single line.
How do I do that? Any other suggestions also welcome.
Thanks
u hav the possibility of supressing records using a formula..
(click the formula button..next to supress option)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|