REPOST: Combining forms

D

dbconsulting

I have a situation where we are creating a form, but it is rather complex.
Thus, we have split the work over several people.

How would I take the schema's that individuals have created and the views
developed and put them in one xsn? Would this be done best from Visual
Studio? Is there a KB document that could be referenced?

Thx
 
P

Patrick Halstead [InfoPath MVP]

Hi DBConsulting,

This is a very good question. My suggestion would be to break the
sub-schemas out as separate forms and use one form that aggregates them
using import. It's difficult to have more than 1 person working on an
InfoPath solution at the same time. Have them work on separate solutions and
combine them later when they have functionality done. Of course, it will be
difficult to copy over the views and retain the binding, but if you preserve
namespace and xpaths of each sub-schema that is aggregated then you should
be able to copy the views into the aggregate solution and the bindings
should preserve. Some stuff like expression boxes won't. In general, the
copy of views isn't 100% fidelity, but it should get you most of the way
there. You'll have to test all of the fields before and after though.

Good luck!
 

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