GetNextEntry (NotesViewEntryCollection - LotusScript®)
Gets the entry immediately following the current one or a specified entry in a view collection.
Defined in
Syntax
Set notesViewEntry = notesViewEntryCollection .GetNextEntry( currententry )
Parameters
currententry
NotesViewEntry. An entry in the view collection. If you specify Nothing, this method generates an error.
Return value
notesViewEntry
If no parameter, the entry following the current entry. If a parameter, the entry following the specified entry. If there is no next entry, returns Nothing.