![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a dot-matrix printer that I use for Q&D output. When I print from DOS programs, it works great and spits out the output quickly. When I print from VFP (or any other Windows app), it insists on making it better quality. This takes several times longer. How do I set the printer driver to give me low-quality (and fast) output? Sincerely, Gene Wirchenko |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
As I am in France, I had a problem with this driver : I had to use CPCONVERT() to get all french special characters. The Generic Text driver doesn't translate the codepages. That is, what this driver is for: do nothing with the print data, just transfer |
#5
| |||
| |||
|
|
exactly as it was in the old dos days should have been "exactly as it was in the GOOD old Dos days" ;-)) |
|
Hi Jean As I am in France, I had a problem with this driver : I had to use CPCONVERT() to get all french special characters. The Generic Text driver doesn't translate the codepages. That is, what this driver is for: do nothing with the print data, just transfer it 1:1 from the application to the printer. So the application simply sends some bytes to the printer and the printer builds letters from these bytes, exactly as it was in the old dos days. A lot of printers are ascii text printers and the ascii code page is different from standard windows code pages. Regards Bernhard Sander |
#6
| |||
| |||
|
|
"Gene Wirchenko" <genew (AT) ucantrade (DOT) com.NOTHERE> wrote in message news:49jc725od8u9vfj6nmvtu427t9ordfm84q (AT) 4ax (DOT) com... I have a dot-matrix printer that I use for Q&D output. When I print from DOS programs, it works great and spits out the output quickly. When I print from VFP (or any other Windows app), it insists on making it better quality. This takes several times longer. How do I set the printer driver to give me low-quality (and fast) output? You need to use the Generic Text driver. Set up a separate printer using that driver and use that for your reports. |
#7
| |||
| |||
|
|
Thank you. I did that and now get the fast output. Unfortunately, it is only 10 CPI. I switch between 10 and 12 CPI (or some close approximation) with set printer font. Those do not work. I tried setting them up in the driver, and the resulting output was garbage. Oh, well. Odd that the DOS window has no problem working the way I want. Imagine it maybe like this: |
![]() |
| Thread Tools | |
| Display Modes | |
| |