Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help, printing error ...
Message
From
20/02/2002 06:42:45
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
19/02/2002 21:00:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00621395
Message ID:
00622444
Views:
20
>Hilmar,
>
>How do I send the printer codes and the text-file to the printer with ??? ?
>Isn't that if I use ??? then I print the file line by line not one file at ones ?
>
>TIA,
>
>Budianto

For example:
local lcPrinterCodes, lcFileInRam
lcPrinterCodes = chr(15) && 17 CPI for Epson printers
lcFileInRam = StrToFile(output.txt)
??? lcPrinterCodes + lcFileInRam
HTH, Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform