D
Dave Lind
I'm using a task pane in my solution from which I would like to insert some
pre-defined text in to the form (i.e from a combobox so that the user would
not have to type some static text every time and he/she would have the
possibility to determine which text he would like to insert).
I was hopeing that the user could select the field from the form by clicking
it and then select the appropriate static text from the task panes combobox.
Is there any way I could get the XPath of the selected textbox in the form
and then insert the value into it by using
docNode = domDoc.selectSingleNode(XPathIneed) and
docNode.text = cbo.Text.
Thank you in advance!
pre-defined text in to the form (i.e from a combobox so that the user would
not have to type some static text every time and he/she would have the
possibility to determine which text he would like to insert).
I was hopeing that the user could select the field from the form by clicking
it and then select the appropriate static text from the task panes combobox.
Is there any way I could get the XPath of the selected textbox in the form
and then insert the value into it by using
docNode = domDoc.selectSingleNode(XPathIneed) and
docNode.text = cbo.Text.
Thank you in advance!