A
Alec
Ok, I am new to InfoPath so forgive me of my ignorance.
I am looking for a way to dynamically generate a Windows Form in Visual
Studio based off of an XSD. Rather then writing my own schema parser to build
the GUI, I'd like to be able to use InfoPath to generate the form for me.
Keep in mind that the schema will change.
I know that I can use the FormControl object to load an InfoPath template
(.xsn), but I'd like to be able to load my schema (.xsd) into the FormControl
and then save whatever the user inputs into the form as XML.
Does this make sense? What is the easiest way to do this?
Thanks!
I am looking for a way to dynamically generate a Windows Form in Visual
Studio based off of an XSD. Rather then writing my own schema parser to build
the GUI, I'd like to be able to use InfoPath to generate the form for me.
Keep in mind that the schema will change.
I know that I can use the FormControl object to load an InfoPath template
(.xsn), but I'd like to be able to load my schema (.xsd) into the FormControl
and then save whatever the user inputs into the form as XML.
Does this make sense? What is the easiest way to do this?
Thanks!