Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print one or two line
Message
De
04/02/2007 07:01:15
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Divers
Thread ID:
01192197
Message ID:
01192203
Vues:
18
This message has been marked as the solution to the initial question of the thread.
>thanks for reply, I need more help, I never use dos version of fox.
>If i have code,name,date, in my table "abc"
>
>How i send this to printer.In "???" i will need a frx or not.
>thanks

No, you don't use a Visual FoxPro report.

Here is an example:
#DEFINE NEWLINE chr(13) + chr(10)
local lcPrinterCodes, lcReportText
lcPrinterCodes = chr(15) && 17 dot-per-inch for Epson dot-matrix
lcReportText = "Line 1" + NEWLINE + "Line 2" + NEWLINE
* or: lcReportText = FileToStr("report.txt")
* where report.txt is a text you prepared previously
??? lcPrinterCodes + lcReportText
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform