Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing like foxpro2.5
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00189947
Message ID:
00189959
Vues:
10
>>How can I send prints in VFP 6.0 like in FoxPro Dos. I need a regular font (Draft). I want to print with 6 lines per inch. Thanks.
>
>You can do this by setting up a "Generic/Text Only" printer driver and inserting the necessary control codes in Windows.
>
>hth,

Are you printing to a dot matrix (impact) printer? If so, to add to what George has said, set your default font in the report designer to Courier New size 12 for a good approximation of 10 cpi & 6 lpi output. Also, you will get much faster printing if you bypass Windows and print directly to the printer. One way to do this is to use the TO FILE [filename] ASCII clause in your REPORT FORM statement, then use low-level file functions to read the file and issue a "???" statement to print each line directly to the printer. Another way is to use the RAWPRINT5.FLL library which I think is available in the UT files section.

HTH,
Rick
Rick Borup, MCSD

recursion (rE-kur'-shun) n.
  see recursion.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform