Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing parameters.
Message
De
20/07/2004 10:09:38
Eric Gauthier
Transcontinental Interweb (Montreal)
Boucherville, Québec, Canada
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Passing parameters.
Divers
Thread ID:
00926089
Message ID:
00926089
Vues:
72
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform