cancel
Showing results for 
Search instead for 
Did you mean: 

How to get adobe output with multiple orders (header & items)

Former Member
0 Kudos

Hi Experts,

I have a requirement where I need to print a pdf file which includes multiple orders selected. It goes something like below

Order Header1

Item1

Order Header2

Item2

....

....

Order Header_n

Item_n

Please note that all the header and items have to come in one file (form) not multiple files(In that case we can call the form multiple times, but I dont want that).

Your solutions are highly appreciated.

Regards,

Vinayak

Accepted Solutions (0)

Answers (1)

Answers (1)

brice_lagaly
Participant
0 Kudos

Hello Vinayak,

You can have two tables one containing all headers data and one for items.

Then you can play with binding properties.

Subform considered as a page will be associated (using binding) to header table (repeat subform for each line of header table) and table in subform will be associated to item table...

PS: You have to set link between these tables in "context" tab

Regards