I need to place "Page X of Y" on my form. I used metadata and placed a text object on my form that list "Page (localvariable)". I used a custom local variable that reads: =GetMeta('SelectedIndexInDocument[0]', 1, 'Job.Group.Document.DataPage.Page') + ' of ' + GetMeta('SelectedPageCount[0]', 1, 'Job.Group.Document').
When previewing optimized for postscript I get the correct result but not when I use printer centric. That would be okay printing postscript optimized except I have to use Watch because the data must split.
In Watch, I have several issues:
(1)Printer centric or optimized postscript stream does not work and (2) Printer destination (using Digimaster EX150) is to the top although in the PP Design form it is set up to go to the stacker.
Any assistance would be greatly appreciated.