Postdocumentdelete

Hi,

I searched for this particular but could not get satisfying result.

I have some code which I need to paste in “Postdocumentdelete” event, but for some reason the event is not getting fired and I am not able to execute my actions.

Does anyone has any idea why it is not getting fired?

Thanks in advance.

Mandar Joshi

Subject: Postdocumentdelete

I use this event in R6.5.5 and R7.0.2 and it does get fired when pressing the delete-button.

When is it not fired in your case? Do you expect it to be fired when you delete a document using LS or @Formulae?

Subject: RE: Postdocumentdelete

Hi,Thanks for the reply.

But I expect it to fire when user press "Delete’ key.

Subject: RE: Postdocumentdelete

If you just hit the delete key, the document is not really deleted, but just marked for deletion, if this application uses the standard setup. I would not expect a POSTDocumentDelete to fire PRIOR to document deletion.

This is, unless your app really deletes documents immediately.