Call was rejected by callee.

D

Dan

I have big problem with Error "Call was rejected by callee". I have Delphi
project, which communicate by OLE with Microsoft Project. But for time to
time when I send some OLE procedure, this error occure. When I wait some
time and try procedure again, it usually help. But for time to time it
does'n help. Why this error occure? How can I prevent ocuring
this error?
Thanks for any answer...
 
R

Ray McCoppin

You normally get this message when project is busy doing some thing. Msot
all the methods from MS Project are available as a call and as a function.
The function calls make the your application to wait for the previous call to
finish before proceding.

Not sure if this helps but if you post more detail I will look at it.
 

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