LOTUSSCRIPT/COM/OLE CLASSES


GotoPos method
Example

Moves the current pointer to the entry at a specified position 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

Call notesViewNavigator.GotoPos( pos$, separator$ )

Parameters

pos$


separator$
Usage

If there is no entry at the specified position, the current pointer stays where it is. No exception is raised. You must insert your own code (for example, comparing positions) to detect this condition.

This method raises the error lsERR_NOTES_VIEWNAV_BAD_POS 4393 ("Invalid position string") if the position parameter syntax is incorrect.

Language cross-reference

gotoPos method in Java ViewNavigator class

Example
See Also