Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem in Type command
Message
From
26/04/1997 13:30:55
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
26/04/1997 11:12:38
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordan
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00029779
Message ID:
00029788
Views:
27
>I am trying to print a text file, through print command, I am writing this code :-
>
>set headings off
>type temp.txt to printer prompt
>set headings on
>
>Set headings off, supresses the date and time print + filename and no page eject, but the output of the file is displayed on screen also.
>
>Is there a way I can stop this thing ??? Or if somebody can tell me a better way to print Text files ???

TRY...
set headings off
set console off
type temp.txt to printer prompt
set headings on
set console on
L.A.Long
ProgRes
lalong1@charter.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform