Link to home
Start Free TrialLog in
Avatar of reginab
reginab

asked on

SetRetryReply

hey can anyone show me a code snippet implementing the setRetryReply, I have tried it several ways and it is not working properly for me, need the declaration too. thanks.
Avatar of jkr
jkr
Flag of Germany image

You shouldn't have to implement that on your own. What is your final goal? If you are trying to get rid of the "Server busy" dialog, see e.g.  http://support.microsoft.com/default.aspx?scid=kb;en-us;248019 ("How To Prevent Server Busy Dialog Box From Appearing During a Lengthy COM Operation")
Avatar of reginab
reginab

ASKER

yep I have actually reviewed that extensively, and I have a situation where I need to control it. my ultimate goal is in my client server application if it goes beyond the pending time out,  I want to fire the retry without human intervention .
Avatar of reginab

ASKER

oops my bad, actually I want to do setbusyreply.  So to prevent the msgbox from popping up answer it from within the code.
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial