cancel
Showing results for 
Search instead for 
Did you mean: 

How to create such 2 inside loop adobe form ?

Former Member
0 Kudos

Hi all:

I have a requirement like, print invoice approval form.

Invoice 1

Invoice Item 1-1

Invoice Item 1-2

Invoice 2

Invoice Item 2-1

Invoice Item 2-2

Invoice Item 2-3

Suppose there is 2 invoice, and many invoice items inside.

I want my print form like

page 1

Invoice 1 -

invoice number, details....

page2

Invoice 1 Item List

{ invoice number as title

loop for each invoice item, the invoice item maybe paged }

Invoice Item 1-1

Invoice Item 1-2

page 3

Invoice 2 -

invoice number, details....

page 4

Invoice 2 Item List

{ invoice number as title

loop for each invoice item, the invoice item maybe paged }

Invoice Item 2-1

Invoice Item 2-2

Invoice Item 2-3

... ... { for more invoice, continue this style}

Can I contains all such style inside one interactive form ?

Please help me, its very urgent

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I dont know much about interactive.Your requirement is possible in printbased forms.I think you can use similar logic in interactive.I will give hierachy view information, similarly try to design the form,the solution is based on your master page information.

Invoice num table
   |--DATA subform----> Goto next page
       |--Invoice details subform
       |--Invoice item table
             |-- DATA subform----> Start on new page and Goto next page
                   |--item information

first make trail, if you see any possiblity proceed else wait for other's solution.

Thanks and Regards,

Pavan Meda

Former Member
0 Kudos

Thanks a lot. I have resolved it using form script and others