Position within a node

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
 
S

Steve

Do you have any examples using managed code? I don't
think i have access to the controls using managed code in
the same way using script

Thank You for your response
 

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