Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing variables between 2 exe
Message
From
18/02/2006 11:42:34
 
 
To
18/02/2006 00:40:50
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01097270
Message ID:
01097308
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform