IsUIDocOpen (NotesDocument - LotusScript®)
Read-only. Indicates whether a NotesDocument object (back-end document) is accessed through a NotesUIDocument object (front-end document).
Defined in
Data type
Boolean
Syntax
To get: flag = notesDocument .IsUIDocOpen
Legal values
- True indicates that the back-end document is from a front-end document.
- False indicates that the back-end document is not from a front-end document.