QueryDocumentDelete Event Won't Fire

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?

Subject: You have to go all the way out of the database in all Clients before this event will fire.

Exit every window in designer and every window in the client. Reopen the database and the event should fire.