Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Page Numbering between three layouts


This topic is 7277 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi All

I have three layouts containing a Contract. First layout contains pages 1-6, second layout contains pages 7-11 and third layout contains page 12

Question:

Can I create a field that will display page numbers between the three layouts. I need the layouts to print continuously without restarting page numbers. Can this be done? I want the field to display just the page number not "Page 1 of 12"

Thanks in advance for any assistance!

Sheryl

Posted

Try using an unstored number calculation of

6 * (Status(CurrentLayoutName) = "second") + 11 * (Status(CurrentLayoutName) = "third") + Status(CurrentPageNumber)

substituting your second and third contract layout names for "second" and "third".

Posted

Is the calculation set as unstored? It should only display correctly when previewing or printing.

Posted

Hi,

Thanks for helping me with this. I was able to cut the contract down to two layouts and was able to get the page numbers to print with the following...

6 * (Status(CurrentLayoutName) = "Second Layout") + 0 + Status(CurrentPageNumber)

You were correct, I had not checked the item "Do not Store...".

You'll notice that I changed the 11 to a 0. That was the only way to get it to work. Again thank you for helping me out. I love this place!

Posted

You don't need the zero then. The 11 was part of the calculation involving the third layout, 11 * (Status(CurrentLayoutName) = "third").

You only need 6 * (Status(CurrentLayoutName) = "Second Layout") + Status(CurrentPageNumber).

This topic is 7277 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.