HRaq hat Recht. Hier der Auszug aus der KBase (#182464) - das Problem ist in R 5.0.6 gelöst:
Notes Documents Open in Edit Mode Instead of Read Mode
Problem:
Documents open automatically in Edit mode. This results in:
Buttons specific to Edit mode (Save And Close, Save And File, etc.), rather than buttons specific to Read mode (New Memo, Reply, etc.) displaying on the action bar.
URL hotspots no longer work. Because the memo opens in Edit mode, but this might not be obvious, it appears that the URL hotspots are broken. When in fact, URL hotspots only work when the document is in Read mode.
Solution:
This issue occurs when the sender first saves the document as Draft. This adds a $AutoEditMode field to the document and sets it equal to "1". This field is not deleted when sent and causes the document to open in Edit mode on the recipient's side.
This issue was reported to Lotus Quality Engineering and has been addressed in Notes 5.0.6.
Excerpt from the Lotus Notes and Lotus Domino Release 5.0.6 QMR fix list:
Templates - Mail
SPR# RDER4NBLBG - Provided a fix to prevent users from going into edit mode after opening a document that was saved as draft. This regression was introduced in 5.0.5.
Workaround:
Remove the following line from the "Save as Draft" shared action in the template: FIELD $AutoEditMode := "1";
Additional notes:
If you press ESC and choose "Save Only" and click OK to save the document as draft, you will not have this problem. If you click the Save As Draft action button in the Memo to save the document as draft, you will experience this issue.
When the document is opened by a Notes 4.6x user, it opens in Edit mode and generates an "Object Variable Not Set" error.