cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically adding a new page to a form ? *URGENT*

Former Member
0 Kudos

HI All

I am working in Adobe Forms with ABAP.I have a senario in which i have to pass some images and data to a adobe form. The form will display the images on each page with the data...now say, if i pass 3 images there will be 3 pages in the form

but if I pass 4 images or more the form should add a page dynamically for the 4th image...and so on

so I was using a subform for this. I am creating a new instance for the subform.to create the new Instance i used the method AddInstance()

i used this sample form for reff.

http://www.adobe.com/devnet/livecycle/articles/AddingRemovingSubforms.pdf

but its not working fine...can any body help....

or is there any other way to do this

plz reply...its urgent

regards

shaleen

Message was edited by: shaleen

shaleen mohan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi shaleem,

have u got the option of triggering the same form multiple times as by the methods that u mentioned

this.createTemplate();

myTemplate.spawn(this.numPages, false, false);

I want to do the same thing.

If u got any answer please let me know

regards

sasi

Former Member
0 Kudos

HI Sasi,

I have not got a sollution yet...

but as soon as i'll get one ...i'll post it here

Regards

shaleen

Former Member
0 Kudos

Make subform flowed and Change "Overflow" property at your subform.

Former Member
0 Kudos

I have done thiss but it still not working .....

can any one help

Former Member
0 Kudos

I have found some lead to this...

can I use Templates for this...

methods like

this.createTemplate();

myTemplate.spawn(this.numPages, false, false);