Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Asynchronous OLE
Message
From
23/06/1999 09:34:26
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00232124
Message ID:
00232941
Views:
22
>At DevCon I played with passing object references around via COM. In an earlier version this crashed my system sometimes, but SP 3 seems to more reliable here. What I found especially cool is that you can pass a reference of an object in the Form/Class Designer to another application and for example remote control the Class Designer from Word. *g* Anyway, why don't you pass a reference of the VFP application when you call the method of the COM server and when for example the query finished, you call a method (like events). Then the application doesn't have to poll the server constantly. I haven't tried that myself, though.
>
>Christof

Perhaps the MSMQ server and VFPCOM.DLL to bind events to the MSMQ would be usefull here... The server could send the reults to MSMQ which would raise an event to the client that the info was ready... The client would then respond to that event and recieve the data/message.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform