InfoPath makes me delve back into the dark world of VBScript, JScript, and COM

P

pdemilde

Am I missing something or does it seems like InfoPath 'favors' the dark
world of VBScipts, JScript, and COM? Most of the code samples, blog
discussions and group comments focus on solutions to involve scripts. I
am unable to find 'solid' information and code sample using managed
code (C# or VB.NET) to do something things like:

1. Figuring out the xml file name that is currently open.
2. Saving or deleting the xml to a SharePoint library.
3. Pretty much anything that is required to support a workflow.

Any help would be appreciated.

Thanks
 
G

Greg Collins [InfoPath MVP]

1. thisXDocument.URI gives you the name of the XML file currently open.
2. Take a look on http://www.InfoPathDev.com for information about saving to / deleting from SharePoint in code.
3. Workflow must be done manually. There is support for BizTalk, but its not a simple process.

InfoPath 2007 will use standard .NET XML coding.
 

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