Skip to main content

SelectHelpUsing (NotesNoteCollection - LotusScript)

Read-write. Indicates whether the collection contains a "Using Database" note.

Defined in

NotesNoteCollection

Data type

Boolean

Syntax

To get: flag = notesNoteCollection .SelectHelpUsing

To set: notesNoteCollection .SelectHelpUsing = flag

  • True indicates inclusion of a "Using Database" note.
  • False indicates exclusion of a "Using Database" note.

Usage

The following methods set this property:

Example