Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing to dot matrix
Message
De
01/08/2001 04:15:30
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00538025
Message ID:
00538187
Vues:
22
>I have an Epson dot matrix printer. If I use the windows driver for this printer it prints extremely slow. By using the generic/text driver, the printer prints quickly, but the report generator is very cumbersome to set up. The printers top of form gets screwed up often. If anyone has any good solutions, I would appreciate the help.

If the sole target printer is the Epson, try creating the report with the Epson printer driver in effect on the development system, and use only fonts that are resident on the Epson printer. Using Windows native or TrueType fonts will force the Windows GDI to render the characters as graphic images rather than as ASCII print streams; native fonts, OTOH, are accessed using a few printer commands specific to the printer and an ASCII stream, relying on the printer itself to render the characters.

Doing this makes your report hardware dependent - if you are forced to run the report on say an HP LaserJet, the HP's native codes will not match, so Windows will map the native Epson fonts to a near-equivalent Windows font and render it as graphics, and in all probability, the printed image will not be identical to the output on the Epson.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform