LOTUSSCRIPT/COM/OLE CLASSES
(Declarations) Dim pasteCount As Integer
Sub Postopen(Source As Notesuiview) pasteCount = 0 End Sub
Sub Postpaste(Source As Notesuiview) pasteCount = pasteCount + source.Documents.Count End Sub
Sub Queryclose(Source As Notesuiview, Continue As Variant) Messagebox pasteCount & " documents pasted", , _ "Paste operations" End Sub
See Also