Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing to file with ? commands
Message
 
 
To
28/01/2008 09:02:29
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
01286038
Message ID:
01286067
Views:
26
>>It has been so long since I did this I don't remember how to do it. I am working with an ancient FoxPro DOS program that prints reports with ? commands. The reports are voluminous and I want to direct them to files rather than use up reams of paper. Have been monkeying around with the SET PRINTER TO command, and do get a file, but it consists only of a few special characters. (There is output which I see on the screen). Can someone please remind me how to do this? Running VFP 9 under Windows XP.
>
>
>* Enable output
>set console off
>set alternate to MyText.txt
>set alternate on
>
>* Run the report
>? "Hello World
>
>* Disable output
>set alternate off
>set alternate to
>
>* Show the report
>modify command MyText.txt
>* Or better, use FAQ #8134
>
>
>For text reports, see also download #9991.


Works like a champ! Thank you very much.

I don't believe I had ever used the SET ALTERNATE command before, in any version of FoxPro....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform