cancel
Showing results for 
Search instead for 
Did you mean: 

Interactive forms issues

panji_martona
Discoverer
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

varun_vadnala3
Active Participant
0 Kudos

Hi Panji,

Please check the following:

In Data Subform--> Have two subforms one for profile data and another for disclamer.

in the below screen shot:

Form is the profile data subform and TNC is the disclamer.

To "Data" subform you bind the output table which has multiple records and mark repeat the subform for each record.

In your case bind the ITAB and mark repeat the subform for each data item. As the outer DATA subform has multiple records and inside this DATA subform we have two more subforms after displaying profile data it displays the disclamer.

Answers (0)