Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Write to the Command Window?
Message
From
06/05/2013 16:36:24
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01572796
Message ID:
01572813
Views:
72
Great!! Neat trick.

Now I can dump my custom DIR command to the Command Window, and it's more like a regular terminal window.

See attached screenshot.


>>Are there any tricks that would allow me to dump output (text) to the Command Window?
>
>
>
>
>SET LIBRARY TO FoxTools ADDITIVE
>lcCrLf = CHR(13)+CHR(10)
>
>ACTIVATE WINDOW Command
>
>lnHandle = _WonTop()
>
>lcInserttext = [SELECT * FROM Temp] 
>
>? _EdInsert(lnHandle, lcInserttext, LEN(lcInserttext))
>
>
Previous
Reply
Map
View

Click here to load this message in the networking platform