Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a method in an instance of VFP, from another
Message
From
07/04/2000 13:15:29
 
 
To
07/04/2000 12:42:56
Charles Richard
Nvo Management Systems
Boisbriand, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00356342
Message ID:
00356975
Views:
16
>Isn't there a way to access the initial instance (CREATEOBJECT ...)

CREATEOBJECT would be used to start up a new instance, not connect to one already running.

>...or sending the message without timers etc...?

I don't know of a way to directly call into instance1 from instance2. You can easily send a message from instance2 by using a go-between such as a log dbf or MSMQ event queue. Your problem is how to receive and act on that message inside of instance1. Thus the need for a timer or VFPCOM binding to MSMQ events.

More ideas, anyone?
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform