LOTUSSCRIPT/COM/OLE CLASSES

CreateView method
Example

Creates a view.

Note This method is new with Release 6.

Defined in

NotesDatabase

Syntax

Set notesView = notesDatabase.CreateView( [ viewName$ ] , [ viewSelectionFormula$ ] , [ templateView ] , [ prohibitDesignRefreshModifications ] )

Parameters

viewName$


viewSelectionFormula$
templateView prohibitDesignRefreshModifications Return value

notesView


Usage

If no template view exists, the new view contains one column with "@DocNumber" as its value.

Language cross-reference

createView method in Java Database class

@Command([CreateView]) function in formula language

Example