Domino Code Fragment
| Code Name* NotesUIDocument property, EditMode | Date* 06/09/2026 | Source (or email address if you prefer)* [email protected] IP address:.104.23.197.111 | |
| Description* Forces the on screen document into edit mode, using the NotesUIDocument property, EditMode . | Type* LotusScript | Categories* (Misc) | |
| Implementation: | Required Client: | Server: |
| Limitations: | Comments: To force the on screen document into edit mode, use the NotesUIDocument property, EditMode . When set to True , a document is in edit mode, when false, the document is in read mode. To force a document into edit mode all the time, you could place this line of code in the PostOpen event of a form. | |