Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem in Type command
Message
From
26/04/1997 13:54:54
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordan
 
 
To
26/04/1997 13:30:55
Larry Long
ProgRes (Programming Resources)
Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00029779
Message ID:
00029794
Views:
29
>>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


Thanks a lot, Its working !!!
Previous
Reply
Map
View

Click here to load this message in the networking platform