Adding extra fields to an existing Infopath template programmatica

Z

zeynep

Hello,
I have an Infopath project(template) implemented in C#. I will have another
program that user can add additional fields to the Infopath form by selecting
them from my application. But addition of this fields should be
programmatically.
Another trick is the infopath template that I have implemented has a
FormCode.cs and I do some operations in there. When user adds new fields a
new form will be constructed. There'll be n different infopath templates
created from my base template differing with the user added fields. Two
questions: Is it enough to change some .xml and .xsd files in my template?
and Is it necessary to build the FormCode.cs again, because user will not
have the development environment only .dll?

Thanks,
Zeynep
 

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