Hi Experts...
I'm having a problem with the paging of a couple of Smartforms...
I did not develop them but I've been asked to try to fix the issue.
The forms have something particular, they have different PAGES (2 or more) and the customer wants the page counter to INITIALIZE for each PAGE.
For example:
One of the forms is an AUDIT Form. It has the pages FIRST and SECOND.And they're set up like this:
FIRST:
- Next Page: SECOND
- Mode: Initialize Counter
SECOND:
- Next Page: SECOND
- Mode: Increase Counter
To Print the paging we're using:
Page &SFSY-PAGE& of &SFSY-FORMPAGES&
When we print, there are 3 pages on the form (2 for FIRST and 1 for SECOND), BUT, the paging is coming out like this:
Page 1 of 1
Page 2 of 1
Page 1 of 1
The correct would be:
1 of 2
2 of 2
1 of 1 (because this is "a different form inside the same form")
First 2 pages are for FIRST... and the last is for SECOND.
I have already changes the config to both as INCREASE (still wrong 'cause then they show 1 of 3, 2 of 3 and 3 of 3)
I've tried everything... any ideas? 😔
Thanks a lot in advance!
Fernanda