D
DotNetter
I am not able to use thisXDocument.View.SelectText(myNode,arg2) because
VB.NET asks me that arg2 must also be supplied and it requires it to be
a varViewContext Object. What is this object and how do i get one to
make this method work?
myNode is a IXMLDOMNode object defined as:
Dim myNode As IXMLDOMNode
myNode =
thisXDocument.DOM.selectSingleNode("//my:appMaintenance/my
rojectGroup/my:LocationTransport")
I am using VB.NET to program in Infopath 2003 SP1.
Your help is needed and appreciated.
Thanks,
Miguel
VB.NET asks me that arg2 must also be supplied and it requires it to be
a varViewContext Object. What is this object and how do i get one to
make this method work?
myNode is a IXMLDOMNode object defined as:
Dim myNode As IXMLDOMNode
myNode =
thisXDocument.DOM.selectSingleNode("//my:appMaintenance/my
I am using VB.NET to program in Infopath 2003 SP1.
Your help is needed and appreciated.
Thanks,
Miguel