Forum Discussion
BirdJesus
Nov 26, 2022Copper Contributor
Dynamic page numbering
Hello, I'm trying to design a common template that could be used to host all forms within my company but I'm struggling with some dynamic pagination requirements. - G1 and G2 (could contain sev...
- Nov 26, 2022At the top of the first page to be numbered, which will be the first page of Section 2 insert the following field
{ SET SectionTwo { PAGE } }
and in the footer of that and following Sections, use
{ = ({ PAGE } - { PAGEREF SectionTwo } + 1) } of { = ({ NUMPAGES } - { PAGEREF SectionTwo } + 1 ) }
The Footer of Section 2 will need to be unlinked from that in Section 1 and the page numbering for Section 2 will need to be set to continue from that in the previous Section
Nov 26, 2022
At the top of the first page to be numbered, which will be the first page of Section 2 insert the following field
{ SET SectionTwo { PAGE } }
and in the footer of that and following Sections, use
{ = ({ PAGE } - { PAGEREF SectionTwo } + 1) } of { = ({ NUMPAGES } - { PAGEREF SectionTwo } + 1 ) }
The Footer of Section 2 will need to be unlinked from that in Section 1 and the page numbering for Section 2 will need to be set to continue from that in the previous Section
{ SET SectionTwo { PAGE } }
and in the footer of that and following Sections, use
{ = ({ PAGE } - { PAGEREF SectionTwo } + 1) } of { = ({ NUMPAGES } - { PAGEREF SectionTwo } + 1 ) }
The Footer of Section 2 will need to be unlinked from that in Section 1 and the page numbering for Section 2 will need to be set to continue from that in the previous Section
- BirdJesusNov 27, 2022Copper ContributorHuge Thanks, it worked.
Took me a while to figure that I was writting my bookmark in the header, leading to a:
PAGEREF SectionTwo=1 for all pages