LIne Nuumbers

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Jeff_Ward
Posts: 19
Joined: Tue Oct 10, 2017 12:44 pm

LIne Nuumbers

Post by Jeff_Ward » Wed Aug 14, 2002 6:15 am

I have a multi page report that needs to have a number assigned to each record. The number starts at 1 and is incremented by one for each record printed. It has to start all over again on the next page. Any idea how to accomplish this.

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: LIne Nuumbers

Post by kfleming » Wed Aug 14, 2002 7:02 am

Create a total that counts each record and resets at the page level.__Place it on the record band and it should do what you described.____Kathleen__R&R Support

Dan_Flynn_(Guest)
Posts: 36
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: LIne Nuumbers

Post by Dan_Flynn_(Guest) » Thu Aug 15, 2002 3:11 pm

How do you get a record count for grouped headers. I get 1, 7, 15 for my group recno() count field while on a group. If on a record group I get 1 thru 6 for first group, 7 thru 14 on second group etc. I want to have 1 for group 1, 2 for group 2, 3 for group 3 etc. How can this be programmed?____Thanks__dan

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

===> RE: LIne Nuumbers

Post by kfleming » Thu Aug 15, 2002 4:45 pm

You need a total that resets at the grand level. Then hit the Options button and change the accumulation frequency of the total to once per the group field.____Kathleen__R&R Support

Post Reply