I first tried persisting the documents in rvf format, until alter I found RichViewXml.
Either with rvf or XML format, from time to time, when I fiddling with the RvfOptions, like use template styles or not. Or changing properties like TRichViewXml, when reloading previously saved documents I got errors like:
Code: Select all
Error loading file.
Possible reasons:
- format of this file is not supported by this application;
- the file is corrupted;
- the file is opened and locked by another application.
This makes fear that in the future, if I changing some of the options and previously saved document won't load...
Any good practice advises as to how to avoid this possibility?
Thanks.