A family of Microsoft word processing software products for creating web, email, and print documents.
Hi Roland:
Arshad is having an "I didn't read the question properly" day...
This is a long-standing "feature" that will not be fixed.
Bob is correct, it is the OS that's the guilty party. This is a pest mainly in a network environment.
When Word (or Excel) "opens" a file, it registers an Edit lock on the file, in case you want to change the file. Neither app CAN open a file "read-only". They always open with an edit lock (or: "exclusive read", if you like). If the file server denies the edit lock (your case 3...) the file remains editable in memory, and you won't find out unless you see the "Read Only" flag in the title bar.
When Word closes the file without saving, the OS is supposed to figure this out and not update the file date unless there is a Save. It should simply release the Edit lock.
Some file servers do not do this: they update the file date on "Open", and are then unable to put it back if there is no save.
It would be nice if they would fix it, but I think they never will, they don't get enough complaints to make the development and testing effort worth it on something as fundamental as the File I/O mechanism ...
Hope this helps