Guys, need help with the adobeforms, here is the problem i'm having.
I have 2 pages that i would like to display (Page Profile and Page Disclaimer) based on records in ITAB.
For each entry in the itab, Page Profile and Page Disclaimer should come.
EX : I have data in the ITAB like below:
12345 AA 234
67891 BB 567
54321 CC 891
Expected output will be like this:
12345 AA 234 <--- Page 1
DISCLAIMER Page <---Page 2
67891 BB 567 <--- Page 3
DISCLAIMER Page <--- Page 4
54321 CC 891 <--- Page 5
DISCLAIMER Page <--- Page 6
I couldn't find a way to print DISCLAIMER Page after reading each record from the loop. As of now, my form looks like this
12345 AA 234 <--- Page 1
67891 BB 567 <--- Page 2
54321 CC 891 <--- Page 3
DISCLAIMER Page <--- Page 4
Any help would be appreciated.