Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a out-process from VFP...
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00436732
Message ID:
00437289
Views:
23
I am looking for a way to start a COM out-of-process from a VFP App that run method without suspending the execution of the VFP Application.

What I want to do:
oCom1.CreateObject("MyCom.Mytask")
oCom2.CreateObject("MyCom.Mytask")
* Com1 start updating table client from record 1 to 200
oCom1.UpdateRec(1,200)
* Com2 start updating table client from record 200 to 400
oCom2.UpdateRec(200,400)
I what to speed up the process of updating the records in the same table with 2 out-of-process COM. I know I can do this with the RUN command.



>
>Define "will run with the caller app"
Previous
Reply
Map
View

Click here to load this message in the networking platform