Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Command Window and _Command.prg
Message
From
10/08/2005 12:38:36
 
 
To
10/08/2005 12:16:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01039904
Message ID:
01039912
Views:
16
>Hi
>
>Does anyone know how to force the writing of the Command window content to the _Command.prg progamatically. I find it is a problem in my AppStart add-on.
ACTIVATE WINDOW "COMMAND"
SYS(1500, '_MED_SLCTA', '_MEDIT')
ACTIVATE WINDOW "COMMAND"
SYS(1500, '_MED_COPY', '_MEDIT') 
STRTOFILE(_CLIPTEXT, JUSTPATH(SYS(2005))+"\_Command.prg")
MODIFY COMMAND JUSTPATH(SYS(2005))+"\_Command.prg" NOWAIT
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform