I have an InfoPath form published to a library... I need to create forms dynamically with siteuser as form name... I need to achieve it in Object Model... Can any of you help me on this...?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
InfoPath forms certainly can be programmatically built - that was one of the motivations of the change from the old office file formats (.doc, .xls etc) to the new (docx, xlsx etc) These new formats are, in essence, cab files filled with XML-based data and manifests specifically designed to make object model manipulation easier. Now, I don't exactly know what you want in entirety, but there are plenty of tutorials around to get started in creating forms programmatically. Such as this one from CodeProject http://www.codeproject.com/Articles/33228/Programmatically-create-a-browser-enabled-InfoPath and, of course, there are many more via google Is that what you meant, or was it something different you were after? |
|||
|