Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quick print
Message
De
31/10/2001 09:15:12
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00575593
Message ID:
00575606
Vues:
14
> 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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform