FORMULA LANGUAGE
Returns the current view's name. If there are aliases and synonyms, they are returned in a text list.
Syntax
@ViewTitle
Return value
title
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 default view for the database when used in a field formula. It does not work in column, selection, mail agent, paste agent, scheduled agent, section editor, or window title 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