Hi Niall,I took your first function and did this:// get the first 4
characters of the full pathvar url =
event.target.path.toString().substring(0, 4);// if the path starts with
"http" reset data and initialize formif (url == "http"){
xfa.host.resetData(); xfa.form.execInitialize();}It seems to do the
trick on my test machine and I'm waiting for the customers to test it on
theirs.Thanks, again, very much for your help!nh39