Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing variables between 2 exe
Message
De
18/02/2006 11:42:34
 
 
À
18/02/2006 00:40:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01097270
Message ID:
01097308
Vues:
19
This message has been marked as the solution to the initial question of the thread.
>Hi Guys,
>
>Is it possible in VFP9 to pass a variable that was created from one exe to another exe?
>
>How is it done?
>
>Thanks in advance...

If both exe's are vfp exe's then there are two options
(1)
do other.exe with var1, ...

&& main of other.exe
lparameters var1, var2, ...

(2) 
private var1, var2
var1 = 'ppp'
var2 = 'qqq'

do other.exe

or
=_screen.addproperty('Something', 'SomeValue')
do other.exe
   var33 = _screen.Something
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform