FORMULA LANGUAGE


@ViewTitle
Example

Returns the current view's name. If there are aliases and synonyms, they are returned in a text list.

Syntax

@ViewTitle

Return value

title


Usage

This function works in toolbar button, hotspot, or form action formulas, if the formula opens to a view using an @command such as FileOpenDatabase. It can be used in hide-when formulas for view action bars, but not for other hide-when formulas. Returns the name of the view that was last accessed when used in field, form action, section editor, or window title formulas or null if no view has been accessed. It does not work in column, selection, mail agent, paste agent, or scheduled agent formulas.

Language cross-reference

Name property of LotusScript NotesView class

ViewName property of LotusScript NotesUIView class

Name property of Java View class

Example
See Also