.

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

FORMULA LANGUAGE


NavNextMain @Command
Navigates to the next main document in the current view.

Note This command is new with Lotus Domino Release 6.

Syntax

@Command( [NavNextMain] )

Usage


This command executes immediately. Use the NavigateNextMain @command to execute after all @functions. See the Order of evaluation for formula statements topic for more details.

For Web applications, use this command only for forms. It does not work for view actions.

Language cross-reference

GetNextCategory method of LotusScript NotesViewNavigator class

getNextCategory method of Java ViewNavigator class

See Also