LOTUSSCRIPT/COM/OLE CLASSES


Examples: CurrentView property
This script displays the name of the current view.

Dim workspace As New NotesUIWorkspace
Dim view As NotesUIView
Set view = workspace.CurrentView
Messagebox view.ViewName

Véase también


Glosario
¿Desea opinar sobre la Ayuda o sobre la utilidad del producto?