LOTUSSCRIPT/COM/OLE CLASSES
Creates a view navigator for all entries in a view starting at a specified entry.
Note This method is new with Release 5.
Defined in
NotesView
Syntax
Set notesViewNavigator = notesView.CreateViewNavFrom( navigatorObject [, cacheSize& ] )
Parameters
navigatorObject
Note This parameter is for COM only.
notesViewNavigator
The navigator contains all entries even if the view is filtered for a full-text search.
Language cross-reference
createViewNavFrom method in Java View class
Example