J
Jay W
I have an InfoPath form and I am using VB .Net for event handling. In the
myFields_OnAfterChange event I am checking the event I need to determine the
node that changed. I was happily doing this using e.Parent.nodeName but the
form schema was changed so that there are text boxes that are bound to
reference attributes. When one of these fields is changed, e.Parent.nodeName
returns the attribute field but I need the name of the actual node element
the attribute belongs to. I tried e.Parent.parentNode.nodeName but aparently
parentNode has a value of 'Nothing'. If anyone has any ideas on getting a
reference to the actual node element I would greatly appreciate it.
Thanks,
Jay
myFields_OnAfterChange event I am checking the event I need to determine the
node that changed. I was happily doing this using e.Parent.nodeName but the
form schema was changed so that there are text boxes that are bound to
reference attributes. When one of these fields is changed, e.Parent.nodeName
returns the attribute field but I need the name of the actual node element
the attribute belongs to. I tried e.Parent.parentNode.nodeName but aparently
parentNode has a value of 'Nothing'. If anyone has any ideas on getting a
reference to the actual node element I would greatly appreciate it.
Thanks,
Jay