.

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

JAVA/CORBA CLASSES


createViewNav method
Example

Creates a view navigator for all entries in a view.

Defined in

View

Syntax

public ViewNavigator createViewNav()
   throws NotesException

public ViewNavigator createViewNav(int cacheSize)
   throws NotesException

Parameters

int cacheSize


Return value

ViewNavigator


Usage

The navigator contains all entries even if the view is filtered for a full-text search. Use a ViewEntryCollection object to navigate a view filtered by a full-text search.

An empty view results in an empty navigator. All navigation methods return null.

The cache enhances performance for iterative processing of entries using the navigation methods that do not take a parameter.

Language cross-reference

CreateViewNav method in LotusScript NotesView class

CreateNavigator @command in formula language

Example
See Also