Hi guys,
The current scenario is I have a sapscript form that is specified to print 3 times by the user. The problem is the last page needs to omit a date.
Would the best approach be to duplicate the first page to create 3 pages within the sapscript code and have an if clause to omit the date on the last page? When the user goes to print they only specify one copy for output.
If so how can I duplicate all the contents of the first page onto an additional two pages?
Thanks in advance.
Will