.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


CreateViewNav method
Example

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.


Return value

notesViewNavigator


Usage

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

Language cross-reference

createViewNav method in Java View class

@DocDescendants function in formula language

CreateNavigator @command in formula language

Example