Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing On Dot Matrix Printer From VFP
Message
 
À
11/07/2001 23:21:14
Devrishi Bhogra
Escorts Claas Limited
Faridabad, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00529557
Message ID:
00533904
Vues:
13
I have found that setting the driver to the IBM ProPrinter the best answer for the speed issue on DMP's. When you use that driver you will find a font called FastFont. It's well named. You don't get all the graphics that you could using Arial but it's a speed issue we are working with here and not a looks.

__Stephen




>Hi there!!
>
>When i try to take a printout from my VFP application on DMP (Dot Matrix Printer),printout comes in "Near Letter quality" and its very solow.
>
>Soluitons which i tried....but didn't work
>
>1.) In the printer properties
> Device Options->Print Quality
>
> i set this property to Draft.
>
>2.)
> set printer to name getprinter()
> set device to print
> set print on
> ** i tried this code with or without following line
> @ prow(),0 say chr(27)+chr(120)+chr(0)
>
>
> fl = fopen("tt.txt",10)
> do while !feof(fl)
> lstring = fgets(fl)
> @ prow()+1,0 say lstring
> if allt(lstring)='**'
> eject
> endif
> enddo
> set device to screen
> set print off
>
>
>But if i try to take the printout of any text file using
>
> Run type filename.txt > prn
>
>it works just fine..and fast
>but the problem is , when i try to take the output of a report file using ASCII parameter it filters the special pritner code...even "Page Break"..
>
>So , Please Help....
>
>
>Regards
>
>Sunny
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform