Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameters.
Message
From
20/07/2004 10:09:38
Eric Gauthier
Transcontinental Interweb (Montreal)
Boucherville, Quebec, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Passing parameters.
Miscellaneous
Thread ID:
00926089
Message ID:
00926089
Views:
74
Hi,

I have 2 EXE. The main exe is a Visual basic program and another is a VFP8 program

I call the VFP8 EXE from the VB EXE with parameter.

Private Sub Lookup_Click()
Dim RetVal
RetVal = Shell("c:\My path\MyExeVFP8.exe " + param1 + " " + param2,1)
End Sub

At this time all is OK.
But, before my program in VFP8 close, I want to return some information to the main program in VB and I don’t know how to do this.

It’s possible?? How??

Thank
Next
Reply
Map
View

Click here to load this message in the networking platform