P
Paul Green
I have an OnValidate event implemented for a control which is bound to
an attribute.
I can get to this by the eventObj.Source property of the event.
I need to be able to traverse back up the node-hierarchy from the
attribute.
The .NET XML DOM has OwnerElement property of the XmlAttribute class,
but in the DOM available in InfoPath script it isn't.
Since the event gives me the attribute node, I don't have any way to
find this parent Element node.
Any ideas anyone?
I can't use .NET by the way - deployment issues.
Many thanks
Paul.
an attribute.
I can get to this by the eventObj.Source property of the event.
I need to be able to traverse back up the node-hierarchy from the
attribute.
The .NET XML DOM has OwnerElement property of the XmlAttribute class,
but in the DOM available in InfoPath script it isn't.
Since the event gives me the attribute node, I don't have any way to
find this parent Element node.
Any ideas anyone?
I can't use .NET by the way - deployment issues.
Many thanks
Paul.