A
Abhijit
Is there any mechanism to get a notification when the project closes. There
is an event "BeforeClose" (on Project document) or "ProjectBeforeClose" (on
Project Application) which is fired when the document is ABOUT to be closed
but BEFORE the user is presented an option to SAVE the document.
Now the problem is, if the user is prompted to save the document the user
has option to CANCEL which cancel's the CLOSE operation and the document is
not closed, hence the BeforeClose or ProjectBeforeClose events are not really
useful.
Any mechanism to trap before the document is really closed?
Ab
is an event "BeforeClose" (on Project document) or "ProjectBeforeClose" (on
Project Application) which is fired when the document is ABOUT to be closed
but BEFORE the user is presented an option to SAVE the document.
Now the problem is, if the user is prompted to save the document the user
has option to CANCEL which cancel's the CLOSE operation and the document is
not closed, hence the BeforeClose or ProjectBeforeClose events are not really
useful.
Any mechanism to trap before the document is really closed?
Ab