Job cancelled in Project Pro

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
 
M

med111

Unfortunetely, I have no answer!
maybe it so hard or it isn't clear enough!
Instead I have more global question .

I want to know if existing VBA events in project Professional are
rich enough to the developper.
In a particular case when we don't find the appropriate event in VBA
events, what can we do?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top