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:
00437186
Views:
22
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform