.

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


OpenFrameset @Command
Opens a frameset defined for the current database. Framesets provide a way for designers to display several pages at the same time. A frame is actually one page; a frameset is a collection of pages. Page designers can create links between frames. A major advantage of framesets is the ability to leave one page constant as users scroll or link to other pages.

Note This @command is new with Release 5.

Syntax

@Command( [OpenFrameset] ; frameset )

Parameters

frameset


Usage

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

Language cross-reference

OpenFrameSet method in LotusScript NotesUIWorkspace class

See Also