January 29, 200818 yr I have a set of calcs & variables that are confounding me. I have a report that creates a new set of page numbers when sorted by the field "Type". I would like to have a header at the top of each page that shows page 1 of say 20 for "Type"=A, page 1 of 13 for "Type"=B, etc. Do I use variables in my print script to set the Total Number of Pages by Type? Do I create some loops in my Print script to print each "Type" seperately? Any ideas? :)
January 29, 200818 yr I think that you'll find an answer among the techniques discussed in this thread: Link
January 29, 200818 yr It's very easy to restart page numbering for each section. It's not at all easy to get the total number of pages in each (not to mention that after you get them, you need to put them somewhere - variables do not print). I'd say if you really need this, print each section separately.
Create an account or sign in to comment