Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Previous" function

Status
Not open for further replies.

NickM

Programmer
Apr 6, 2001
2
US
What does the Previous( xxx ) function return on the first record in a group?

I am trying to surpress a second detail group if it's on the first record in a group. It works fine, except for the very first one? I put in a debug statement, but that shows nothing, not even the static text I had in there?

Thanks,
Nick
 
In CR it returns the last record of the previous group. In other words, the Previous function always returns the previous detail record's value. Null on first record of report. Ken Hamady
Crystal Reports Training/Consulting and a
Quick Reference Guide to VB/Crystal (including ADO)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top