Can anyone provide a good explanation for what this statement does?:
ActiveDocument.parseCodeChanges
At...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbafpd11/html/fdmthparseCodeChanges_HV01048367.asp
...Microsoft says that parseCodeChanges is a new method in FrontPage 2003
and that it "Updates the page when it is displayed in Code view."
I find that when I DON'T use the statement, I can see my updates just fine
when I switch from Normal view to Code view. When I DO use it, the changes
often are saved to disk, which makes programming risky.
Specifically, when and why would I use this method?
Thanks.
Charley