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$
notesView
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