LOTUSSCRIPT/COM/OLE CLASSES


LookupNames method
Esempio

Looks up designated Items for specified Names contained in the specified View.

Nota This method is new with Release 8

Defined in

NotesDirectory

Syntax

Set notesDirectoryNavigator = notesDirectory.LookupNames(view$, names, items[, partialmatches])

Parameters

view$


names
items
partialmatches
Return value

notesDirectoryNavigator


Usage

This method will flush the NotesDirectory cache and reset all child navigators.

The items specified in this method can be:

For best performance, use column names from the specified view or computed items.

Esempio