Hello,
I have multiple flowable subform pages that represent different existing paper forms (0700, 0800, 0805, etc.). I am combining them all into a single pdf form, and everything is working out great. I am really liking what LiveCycle can do. However, I have a single requirement that has been stumping me for weeks. How do I get the subform pages to renumber?
For example, I can currently display "Page 1 of 20" for the entire pdf document. What I want to see is "Page 1 of 3" for the 0700, "Page 1 of 2" for the 0800, etc. And since some of these forms can expand, I need the "of #" to dynamically change to represent added pages to that particular subform page.
I can get the current "Page #" of the subform page using,
this.rawValue = this.Section0700_ms.index +1;
but the "of #" is giving me fits. Any help would be greatly appreciated.
J
For example, I can currently display "Page 1 of 20" for the entire pdf document. What I want to see is "Page 1 of 3" for the 0700, "Page 1 of 2" for the 0800, etc. And since some of these forms can expand, I need the "of #" to dynamically change to represent added pages to that particular subform page.
I can get the current "Page #" of the subform page using,
this.rawValue = this.Section0700_ms.index +1;
but the "of #" is giving me fits. Any help would be greatly appreciated.
J