Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending report direct to printer
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Sending report direct to printer
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01192250
Message ID:
01192250
Vues:
53
I want to send report print direct(text printing)
When i send for print, Half page gone after one line printing, But i want page gone only One inch.
How done this.I try with

#DEFINE NEWLINE chr(13) + chr(10)
local lcPrinterCodes, lcReportText
lcPrinterCodes = chr(15) && 17 dot-per-inch for Epson dot-matrix
lcReportText = FileToStr("report.txt")
??? lcPrinterCodes + lcReportText
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform