Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters between VFP executables?
Message
From
03/11/1998 16:16:03
Eric Barnett
Barnett Solutions Group, Inc
Sonoma, California, United States
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00154105
Message ID:
00154109
Views:
17
You could use the DoCmd method of the Application object to execute an evaluateable expression, but I think you might get into some enviromnent and scope problems if you are trying to call methods of objects that don't have direct references from the Application object.

I would suggest creating some of your classes as OLEPUBLIC and instantiating them directly as COM objects. You might want to give some details here about what you are trying to accomplish.

>I have one VFP .EXE that calls a separately compiled VFP .EXE. How do I get a return value from the called .EXE in the calling .EXE?
>
>Thanks!
Eric Shaneson
Cutting Edge Consulting
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform