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:
00437186
Vues:
27
Correct me if I am wrong.
I create a VFP app with OLE Public calls and I compile it as a COM Server (EXE).
Then from my application I can call this COM and start a Method that will run will the caller app. continue? Right?



>>In VFP we can use the RUN /N command to call an application the will run during the execution of the calling application.
>>
>>Ex:
>>DO WHILE lNotDone
>>   RUN MyApp1 /n
>>   RUN MyApp2 /n
>>   If Alldone()
>>      LNotDone = .f.
>>   Endif
>>Enddo
>>
>>Can we do the same with COM Object?. I want the execution of the called COM to be done in a different process like the Run command does.
>
>An out-of-proc COM server will run in a different process.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform