Ron Filipek Posted June 24, 2005 Posted June 24, 2005 I would like to create a layout with the detail (body records) numbered sequentially starting from #1 on each page. There is a sub-summary which causes the page breaks. What I would like is for page one to display records numbered 1 - x, page two to display reords numbered 1 - y, etc. Unfortunately, with the @@ attribute, page one displays 1 - x and page two displays x+1 to y. How can I restart the page numbering with the break on subsummary? Thanks Ron Filipek
RalphL Posted June 24, 2005 Posted June 24, 2005 I don't know of any way using @@. The following is untested: Add the number fields Line and Page to the table. You can add a page number to records and use this method to fill it in: http://www.fmforums.com/threads/showflat...true#Post144371 Next you would have to do a find for each page, sort the records and then replace the line number with a serial number starting at 1. This could be scripted, but it will take time.
Recommended Posts
This topic is 7090 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now