LOTUSSCRIPT/COM/OLE CLASSES
(Globals) (Declarations) Dim doc As NotesDocument
Sub Queryclose(Source As Notesuidocument, Continue As Variant) Dim item As NotesItem Set item = doc.GetFirstItem("Temp") item.SaveToDisk = False Call doc.Save(True, False) End Sub
See Also