Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling a out-process from VFP...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00436732
Message ID:
00437289
Vues:
26
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"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform