Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

code for repeat subform button

Avatar

Level 3

I am stuck on the Java code for implementing a repeat of a subform. I want the subform to flow within the document. Any help is greatly appreciated. I have attached the form for reference.

Thanks again

Shai

3 Replies

Avatar

Level 6

use as - Information.Meds.instanceManager.addInstance(1); on click of the button, and also save the pdf as dynamic pdf.

RAGHU.

Avatar

Level 10

Here is your updated form.

Changes

1. _Meds.addInstance(1);     // click event of button

2. Save your form as Dynamic PDF

3. form1 must be flowed layout in order to get the proper result

Nith

Avatar

Level 3

Worked great - thanks

Good times...... Good times

Shai