I am trying find to set Pagination parameters of a sub form ("Place" "After") dynamically either through Java script or Form calc.
This is what I did:
I have two master pages
1. Letter
2. Tabliod.
Three Internal tables
1) Table of Image version
2) Images to be printed on Letter page (Let us say Version 01, Version 03, and Version 05)
3) Images to be printed on Tabloid Page (Let us say Version 02, Version 04, and Version 06)
I run a loop before the Image tables starts printing.
So first Image in on Letter, second is tabloid, third is letter, fourth is tabloid, fifth is letter, and sixth is tabloid.
I set the Pagination for Letter Image table Place = "On Page "Letter", After: “Go to Page Letter" and
set the Pagination for Tabloid Image table Place = "On Page "Tabloid", After :"Go to Page Tabloid"
It starts printing image 1 on Letter page, Image 2 on Tabloid page, and Image 3 onwards it is not printing Tabloid
Please advise.
Thanks
Ram