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
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