Why does this always default to this option being checked?
How can we change this to default to not being checked?
Hi,
I realize that this is an old posting, but I tried the code with ArcMap 103.1 and got the error "ambiguous name detected: toolbar". It seems to hang in the ArcID module. Any suggestions?
Thanks
Hi Heather,
I tried it this morning with 10.3.1 and it worked as expected. You could try renaming the normal.mxt to something like oldnormal.mxt, then launch arcmap again and re paste the code into 'ThisDocument', if that doesn't work, i would suggest contacting Esri technical support.
Regards,
Ian
Renaming Normal.mxt didn't work for me. I ended up commenting out the bit of ArcID code that it was crashing on (the ambibuous toolbar thingee) and now it works. Not sure if I broke something else, but I guess time will tell...
Thanks for this code. Will save me a bit of irritation.
...which brings me to my next question:
With 10.3.1, it seems that the Editing Option "Automatically save changes after each edit." (Versioning tab) is checked by default. I would like it to be unchecked. Do you know how I could add a bit of vba to the code, above, to change that default setting?
Thanks,
Hi, It’s not exposed in 10.3.1. We added it for 10.4 as IEditProperties5.AutoSaveNonVersionedEdit
OK. Thanks for your help.