Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print ascii file ???
Message
From
23/07/1997 00:20:33
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00041223
Message ID:
00041269
Views:
40
>>The simpliest way:
>>COPY FILE YourFile TO PRN (or LPT1 or LPT2 or LPT3)
>>
>>As far as I remember (there are a few years since I used TYPE command for the last time), TYPE is using the VFP print variables. So look at _LMARGIN in the help. You may need to to do _LMARGIN = 0. But COPY FILE is better I think.
>>
>>Vlad
>
>I'm sorry the printer is a netware printer and i think that i can't do something like
>
>COPY FILE myfile TO \\Computer1\Printer1
>
>But thank's for the _LMARGIN i will try it if it's work
>
>If you have other idea it will very apreciate..
>Thank's in advance
>Rocky Boy...
If you have the printer you wish to print to captured to an LPT port, the COPY FILE command should work fine.
I'm taking it for granted that you are running on a Netware 3.xx network using Microsoft Client for Novell Netware.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform