LOTUSSCRIPT/COM/OLE CLASSES
Sub Postmodechange(Source As Notesuidocument) If source.EditMode Then Call source.ExpandAllSections Else Call source.CollapseAllSections End If End Sub
See Also