LOTUSSCRIPT/COM/OLE CLASSES
Sub Postmodechange(Source As Notesuidocument) Dim dateTime As New NotesDateTime( "Today" ) If source.EditMode Then Call source.FieldAppendText _ ( "ProblemHistory", _ "Problem edited on " & dateTime.LocalTime ) End If End Sub
See Also