Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The right way to call a function in another EXE
Message
From
26/06/1997 16:54:42
 
 
To
26/06/1997 13:13:50
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00037838
Message ID:
00037870
Views:
44
well you can also Instantiate the other EXE then you will be able to call any object you marked as OLEPUBLIC Arnon > > I have an environment where an EXE need to call a function in another EXE. > > That function returns .T. or .F. so I was thinking of calling the function > like this: > > SET PROCEDURE TO myexe.exe ADDITIVE > IF NOT MyFunction(...) > ... > ENDIF > RELEASE PROCEDURE myexe.exe > > But, this forces me to use SET PROCEDURE. How can I avoid that and still be > able to use IF NOT MyFunction? >
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform