Hi Michael,
Are you using:
if(eventObj.IsUndoRedo || "Insert" != eventObj.Operation)
return;
at the beginning of your OnAfterChange?
Regards,
Franck Dauché
> Hello,
>
[quoted text clipped - 14 lines]
>
> Any ideas on how to get around this?
Michael Morse - 28 Nov 2005 22:59 GMT
I wasn't but I just tried it and it is still poping the errorMsg but then it
does record the XPath to the node that changed in my other node.
> Hi Michael,
>
[quoted text clipped - 26 lines]
> >
> > Any ideas on how to get around this?
Michael Morse - 28 Nov 2005 23:01 GMT
Franck,
I am in dier need of anything you can thing off to get this solution to
work. I'm supposed to insall the prototype tomorrow.
> Hi Michael,
>
[quoted text clipped - 26 lines]
> >
> > Any ideas on how to get around this?
Michael Morse - 28 Nov 2005 23:25 GMT
Franck,
I got it. I was setting my flag after updating the the recordingNode.. I am
now able to exit the funtion when needed.
Thanks for the help.
> Hi Michael,
>
[quoted text clipped - 26 lines]
> >
> > Any ideas on how to get around this?
Franck Dauché - 28 Nov 2005 23:29 GMT
OK great, I am glad it is working!
Let me know if you need anything else.
Good luck for tomorrow...
Franck
> Franck,
>
[quoted text clipped - 33 lines]
> > >
> > > Any ideas on how to get around this?
Michael Morse - 28 Nov 2005 23:51 GMT
Franck
My InfoPath form has this data structure for me to record my changes.
XPathChanges > XPathChange > XPath
XPath Changes is a group and XPathChange is a reapting group and XPath is
the first field within that group.
It doesn't appear that when the form opens there is an XPathChange node for
my to clone and begin working with.
Does InfoPath not put one in until the user actually needs it? How must I
create a node if there isn't one there for me to clone?
> OK great, I am glad it is working!
> Let me know if you need anything else.
[quoted text clipped - 40 lines]
> > > >
> > > > Any ideas on how to get around this?