Merging Forms end to end

P

pc

Is it possible to merge forms and have each form after the next in the merged
form without actually combining the data? For example, merging Form 1,2 & 3
would result in a merged form that contains all three forms appear one after
the other.

Thanks
 
A

Anjan Patel

try using repeat section - each section can be your 1 form (1 form
data) and you can use "sort" within your xsl to see form in desiered
sequence.
 
P

pc

I created a repeating section that encompasses the entire form. But I am not
clear which file I modify that handles the behavior of the merge. I assume
that it lists all all of the controls it will merge and I can eliminate them
all accept for the repeating section I created. Is this correct? Where is
this file?
 
A

Anjan Patel

by default, merge func. will import all the records from the source
xml. If you want to avoid it, write OnMerge() event func. which will
fire when user will ask for merger. that time you can read the file and
extract only those records which you want.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top