Hi, rather new to vb.net and INfoPath.
Can someone tell me what is wrong with the next code :
Dim veldje As IXMLDOMNode
veldje = thisXDocument.DOM.selectSingleNode("//my:Opdrachtstatus")
veldje.text = "changed"
thisXDocument.DOM.selectSingleNode("//my:Opdrachtstatus").text = veldje.text
The field "Opdrachtstatus" on the InfoPath-form does not change anything.
Suggestions are appreciated, regards, Ger.