Hi there, my QueryDocumentDelete event won’t fire. I wan’t to grab the delete event in the calendar database. I created some code in the Calendar view. The code is like this:
Sub Querydocumentdelete(Source As Notesuidatabase, Continue As Variant)
MsgBox(“I Grabed the delete event”)
End Sub
This is not working, nothing happens when I delete a document.
Can someone help me please?