Object not set in an instance of an object

T

tonyd62246

During execution time, the Document line yields the said error.

Dim myField as string
myField = "Hello"
thisXDocument.DOM.selectSingleNode("/my:myFields/my:user").text =
myField

Regards,

Tony
 
M

Madhur

During execution time, the Document line yields the said error.

Dim myField as string
myField = "Hello"
thisXDocument.DOM.selectSingleNode("/my:myFields/my:user").text =
myField

Regards,

Tony

Check that there is a field call *user* in your infopath form.
 
Top