Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print ascii file ???
Message
 
To
22/07/1997 18:37:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00041223
Message ID:
00041255
Views:
34
>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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform