Skip to main content

NotesUIView

Properties

NameDescription
CalendarDateTimeRead-only. The start date and time of the current region in a calendar view.
CalendarDateTimeEndRead-only. The end date and time of the current region in a calendar view.
CaretCategoryReturns the current category in the view for the current document.
CaretNoteIDRead-only. The note ID of the document currently highlighted (that is, at the caret location) in a view.
Documents (NotesUIView)Read-only. The documents that are currently selected in a view.
View (NotesUIView)Read-only. The back-end view that corresponds to the currently open view.
ViewAliasRead-only. The alias(es) of a view.
ViewInheritedFromRead-only. The name of the view whose design a view inherits.
ViewNameRead-only. The name of the view.

Methods

NameDescription
Close (NotesUIView)Closes a view.
DeselectAll (NotesUIView)Deselects all documents in a view.
Print (NotesUIView)Prints the selected document(s) or the current view.
SelectDocumentSelects the specified document in a view.

Examples

NameDescription
Examples: Close method (NotesUIView)This view action closes the current view.
Examples: DeselectAll method (NotesUIView)This view action deselects all documents in the current view.
Examples: OnBlur event (NotesUIView)Examples: OnBlur event (NotesUIView - LotusScript) — HCL Domino Designer 14.5.1 reference.
Examples: OnFocus event (NotesUIView)Examples: OnFocus event (NotesUIView - LotusScript) — HCL Domino Designer 14.5.1 reference.
Examples: PostOpen event (NotesUIView)This PostOpen event opens the current document in edit mode when the view opens.
Examples: Print method (NotesUIView)1. This example opens the File Print dialog box.
Examples: QueryClose event (NotesUIView)This QueryClose event verifies that the user wants to close the view.
Examples: QueryOpen event (NotesUIView)This QueryOpen event prevents the view from opening if the current user does not have Designer access to the database.

Reference

NameDescription
InViewEditAllows the user to edit a document through its view column entries. Occurs as follows:
OnBlur (NotesUIView)Occurs when the subwindow displaying the view receives a loss-of-focus notification.
OnFocus (NotesUIView)Occurs when the subwindow displaying the view receives a focus notification.
OnselectOccurs when the row highlight moves to a new row within a view, or rows are selected/deselected. The CaretCategory and CaretNoteID properties can be used…
PostDragDrop (NotesUIView)Occurs just after a drag and drop operation in a calendar view.
PostEntryResizeOccurs just after a resize operation in a calendar view.
PostOpen (NotesUIView)Occurs just after the current view is opened.
PostPasteOccurs just after a document is pasted in the view.
QueryAddToFolderOccurs just before an add to folder operation.
QueryClose (NotesUIView)Occurs just before the view is closed.
QueryOpen (NotesUIView)Occurs just before the current view is opened.
QueryOpenDocumentOccurs just before a document is opened from this view.
QueryPasteOccurs just before a document is pasted into the view.
QueryRecalc (NotesUIView)Occurs just before the view is recalculated.
RegionDoubleClickOccurs just after the current region is double-clicked in a calendar view.