LOTUSSCRIPT/COM/OLE CLASSES
Sub Exiting(Source As Field) Dim workspace As New NotesUIWorkspace Dim uidoc As NotesUIDocument Set uidoc = workspace.CurrentDocument Call uidoc.RefreshHideFormulas End Sub
See Also