.

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


GetCurrent method
Example

Returns the current entry in a view navigator.

Note This method is new with Release 5.0.2b.

Note This method is supported in COM only.

Defined in

NotesViewNavigator

Syntax

Set notesViewEntry = notesViewNavigator.GetCurrent( )

Return value

notesViewEntry


Usage

If the navigator is empty, the NotesViewEntry return value is not set, nor is an error raised. However, an error is raised when you attempt to use the NotesViewEntry value. You must insert your own code to handle this condition.

Language cross-reference

getCurrent method in Java ViewNavigator class

Example
See Also