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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Finding the last Detil record for every group 1

Status
Not open for further replies.

rbarekere

Technical User
Mar 2, 2009
29
US
I have a group A and it has numerous detail record. I have added a running count, inorder to find the last detail record of the group.

I need this to make the last detail record of every group to be bold.

Problem here though the running count I have, I dont know the logic how to find the last detail record for each group.

OnLastRecord is not the last detail record for each group, i dont think it resets for each group.
 
You could just select all section objects->right click->format objects->font->style->x+2 and enter:

if onlastrecord or
{table.groupfield} <> next({table.groupfield}) then
crBold else
crRegular

-LB

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top