Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quick print
Message
From
31/10/2001 09:15:12
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00575593
Message ID:
00575606
Views:
15
> When I did my programs in Dbase for DOS
> print was very quick because of the fonts type
>
>
> Since I started to program In VFP I could never
> print quicky by report
>
> The printing processes is very slow.
>
>
> How can I do to print quicly using report ?
> I need a quick font as in dos.
>
> In this case I canot use ??? or copyfile
> I really need to use the printer driver

Why do you need the printer driver?

You can use something like:
lcPrinterCodes = chr(15) && condensed (?)
lcFileInRAM = StrToFile(TempOutput.txt)
??? lcPrinterCodes + lcFileInRAM
To create the output file, use "?" and "??", or @...SAY.

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
Reply
Map
View

Click here to load this message in the networking platform