LOTUSSCRIPT/COM/OLE CLASSES


LimitMatches property
Example

Read-write. Indicates if the results of lookups are limited to fifty entries.

Note This property is new with Release 8

Defined in

NotesDirectory

Data type

Boolean

Syntax

To get: flag = notesDirectory.LimitMatches

To set: notesDirectory.LimitMatches = flag

Legal values


Usage

This property works with the PartialMatches property to control the number of results returned by a lookup.

Example