Good Day All;
I am trying to figure out if LiveCycle Designer has a merge function.
Some background on this.
I have designed a form for managers to report the status of their individual projects / initiatives. What I would like to be able to do is take each of these reports and somehow merge (let’s say) 6 reports (forms) into 1 report (form).
I would appreciate any ideas.
Regards
Chomp
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Chomp,
You can not dynamically create a field or subform unless and untill it's an addInstance() method. You can create a hidden subform and have fields within that form. From other reports you can just copy the values of field(that you want) into this form field of the subform . Place a button and on the click event show the hidden fields of the subform.
Thanks,
Bibhu.
Views
Replies
Total Likes
Hi Chomp,
You can not dynamically create a field or subform unless and untill it's an addInstance() method. You can create a hidden subform and have fields within that form. From other reports you can just copy the values of field(that you want) into this form field of the subform . Place a button and on the click event show the hidden fields of the subform.
Thanks,
Bibhu.
Views
Replies
Total Likes
Thanks Bibhu..... It was worth a try
Views
Replies
Total Likes
Views
Likes
Replies