.

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


OpenPage @Command
Opens a page defined for the current database. A page is a design element that structures and displays information, including text, graphics, applets, and links. Unlike a form, a page cannot contain fields, subforms, layout regions, and some embedded controls.

Note This @command is new with Release 5.

Syntax

@Command( [OpenPage] ; page )

Parameters

page


Usage

@Command([OpenPage]) is used in action formulas. You can use this command in Web applications.

Language cross-reference

OpenPage method in LotusScript NotesUIWorkspace class

See Also