View Single Post
 
Old 10-24-2017, 03:12 PM
SDwriter SDwriter is offline Windows 10 Office 2013
Advanced Beginner
 
Join Date: Sep 2017
Location: San Diego, CA
Posts: 32
SDwriter is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
Actually, the approach I suggested above won't work with continuous Section breaks, since you'll get a duplicate count for the first & last pages for the two-column layout and, if the two-column section doesn't span a page break, a duplicate page count for the last Section as well.

Instead, you need to use a field like:
{SET Sctn1 {SECTIONPAGES}}
in your document's first Section (i.e. the Section with the roman numerals for page #s). Then in your second & subsequent sections, use a field coded as:
{PAGE} of {={NUMPAGES}-Sctn1}
There is no need to unlink those subsequent Sections' footers from each other.

See attached.
Hi. Bringing this thread back from the dead. I had to stop work on this field code stuff for a few weeks, before I was able to try it. Now it's become a priority.

I was able to add this bookmark FC in the first section. Works great. I have a bookmark containing the sum of those i through v pages:
{SET Sctn1 {SECTIONPAGES}}

But in the subsequent sections I confess that I don't know how to change the field codes successfully. Just don't know the exact steps.

My fumbling in "Formula" got me as far as this:


Using this dialog box:


But it just produces this syntax error:


OTOH, This is from macropod's sample doc above and works great:


Can someone walk me through the process of creating the custom field(s) correctly?

.
Attached Images
File Type: png numpages-formatting_works.PNG (3.2 KB, 38 views)
File Type: png numpages-formatting_doesn'twork2.PNG (3.5 KB, 38 views)
File Type: png formula_create.PNG (5.8 KB, 40 views)
File Type: png Syntax_error.PNG (2.5 KB, 39 views)
Reply With Quote