tell another program i am done 
Author Message
 tell another program i am done

I have a program that gets info passed to it from another program.  The
question is how can i tell the program when I am done manipulating the data
so it can come back and get it, Instead of the program waiting for the info
back?

don bidinger



Tue, 20 Jul 1999 03:00:00 GMT  
 tell another program i am done

Hi Don,

Quote:
>I have a program that gets info passed to it from another program.  The
>question is how can i tell the program when I am done manipulating the data
>so it can come back and get it, Instead of the program waiting for the info
>back?

How is it "getting passed." If you are using OLE automation this is
fairly easy:

Prog1 calls a method in Prog2
Prog2 chugs away.
When Prog2 is finished, it calls a "callback" method in Prog1.

-- Jim Ferguson, FMS
   http://www.fmsinc.com



Wed, 21 Jul 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Please tell me what I am doing wrong - DAO parameter Append Query :(

2. Will somebody tell me what I am doing wrong with this ListView Control

3. How to tell when all a form and all it's elements are done loading

4. How can I tell if I am connected to the network

5. How to tell if I am connected with PPP

6. Recordset: What am I doing wrong?

7. What am I doing wrong??

8. What am I doing wrong?

9. Help with syntax. What am I doing wrong

10. What am I doing wrong?

11. What am I doing wrong?

12. What am I doing wrong?

 

 
Powered by phpBB® Forum Software