CreateViewNav (NotesView - LotusScript®)

Creates a view navigator for all entries in a view.

Note: This method is new with Release 5.

Defined in

NotesView

Syntax

Set notesViewNavigator = notesView .CreateViewNav( cacheSize& )

Parameters

cacheSize&

Note: This parameter is for COM only.

Long. Optional. The size of the navigator cache in view entries. Legal values are 0 (no cache) through 128 (default).

Return value

notesViewNavigator

A NotesViewNavigator object. The new view navigator.

Usage

The navigator contains all entries even if the view is filtered for a full-text search.

Example