Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report is slow to print
Message
From
09/04/2002 12:16:23
 
 
To
08/04/2002 16:40:05
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00642365
Message ID:
00642741
Views:
8
>Hi all,
>
>I have a report designed with VFP's report designer that is really slow to print.
>
>The report is being printed on a Fujitsu 3600 (old dot printer to print multi copies - ncr paper).
>
>We used to print the report from an ascii file and performance was OK. Now we decided to change the format of the report (usual 8.5x11 now) and are using the Windows defaults to print. The report is now very slow to print. We are looking for a faster printer but in the meantime I'd like to improve the printing.
>
>The report prints the same data and the font is Courrier. I must also say that a lot of bold font is used and some borders are being printed as well.
>

The problem you are encountering is that you're using a Windows font and Windows output - it's being rendered graphically, which is why it prints so slowly.

This is not a problem on laser printers, which have considerably greater bandwidth and graphic rendering speed than a DMP. If speed is an issue, output for a DMP should either be created using only internally-supported printer fonts (this does not mean that if there's a Courier font on the printer, you can use a Windows or TrueType Courier font; you'd have to select the particular printer font for the specific printer being used, giving up hardware independence.) Alternatively, you can bypass the Windows GDI and rely on the native internal font, and send only ASCII output to the printer; there are a number of classes available for download here on UT for this.

If you use Windows-based print output with a DMP or inkjet printer, it's going to be slow, inherently.
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform