Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I get to know ,the variables and their values at run
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00131831
Message ID:
00132293
Views:
13
>Rahd,
>
>Place the following line in your code, and create a Showvar.prg.
>Press F5 when you want to display the vars.
>
>On key label F5 do Showvar
>
>PROCEDURE SHOWVAR
>list memo to tempfile.txt noconsole
>modify file tempfile.txt
>RETRUN

I don't believe he had the code which was the cause of the problem. But if the EXE he is running does not reset what on OKL F5 would be set to do, he could create another small program with your code, add a *DO OTHER_EXE* line of code:

*** Launcher.PRG ***
On key label F5 do Showvar in Launcher
do Other_Exe

PROCEDURE SHOWVAR
list memo to tempfile.txt noconsole
modify file tempfile.txt
RETURN
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform