S
Steve
I have a repeating table with a button in each of the
repeating rows. I would like to get the context within
the node that the button is selected.
dim curNode as IXMLDOMNode =
thisxdocument.dom.selectsinglenode("Node")
curNode.text will return the first position. I would
like to get the position within the node that has been
selected.
Any ideas
repeating rows. I would like to get the context within
the node that the button is selected.
dim curNode as IXMLDOMNode =
thisxdocument.dom.selectsinglenode("Node")
curNode.text will return the first position. I would
like to get the position within the node that has been
selected.
Any ideas