M
med111
I hope now that I am posting in the right group.
I am working on project 2007.
I developed a sever-side event handler which is attached to the event
Project.Publishing (to make a little control on some custom fields).
When this event occurs, it can cancel the publishing of the project.
And when the publishing event is cancelled, we can see in statusBar of
Project Pro, that the job is cancelled.
I want that this information "job cancelled" will appear in a
messageBox.
So I am trying to do this with VBA events:
For exemple the App_jobCompleted takes place when a job is completed.
( App is declared as "Public WithEvents App As Application") .
I don't find an event which takes place when a publishing project job
is cancelled.
If someone has solution or more information on this subject, I will be
very grateful
I am working on project 2007.
I developed a sever-side event handler which is attached to the event
Project.Publishing (to make a little control on some custom fields).
When this event occurs, it can cancel the publishing of the project.
And when the publishing event is cancelled, we can see in statusBar of
Project Pro, that the job is cancelled.
I want that this information "job cancelled" will appear in a
messageBox.
So I am trying to do this with VBA events:
For exemple the App_jobCompleted takes place when a job is completed.
( App is declared as "Public WithEvents App As Application") .
I don't find an event which takes place when a publishing project job
is cancelled.
If someone has solution or more information on this subject, I will be
very grateful