LOTUSSCRIPT/COM/OLE CLASSES


Examples: ViewRebuild method
This view action rebuilds the view that's currently open.

Sub Click(Source As Button)
 Dim workspace As New NotesUIWorkspace
 Call workspace.ViewRebuild
End Sub

See Also