External Automation using VB.NET to Infopath

J

Jeff

Could you help me? I need to create a solution the externally automates
InfoPath using VB.NET.

Right now I'm able to open the form:
Private xDoc As InfoPath.XDocument
xDoc = xDocApp.XDocuments.NewFromSolution("...")

But, how do I get/set the values of the nodes?
Dim objXMLNode As XmlNode
objXMLNode = xDoc.DOM.selectSingleNode("//myFields") ' This Fails


Thanks,

Jeff
 

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