Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text in Windows Queue
Message
De
08/10/2001 10:49:32
 
 
À
08/10/2001 10:35:04
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00565487
Message ID:
00565497
Vues:
33
This message has been marked as the solution to the initial question of the thread.
Hilmar,
I'm using RawPrint which you can download here on the UT. Here's some sample code:
loRawPrint = NEWOBJECT("PrintDev", "rawPrint.vcx")
loRawPrint.cPrinterName = SET("PRINTER", 3) && default printer
loRawPrint.cdocname = "My Printer Job" && message to display
loRawPrint.cFileName = "c:\autoexec.bat"
?loRawPrint.oPrintFile()
loRawPrint.oClose()
HTH
>When sending a report to the printer, or when sending a text-file with "???", the Windows Queue shows a generic message - the same for every file sent. Is there any way to control this message, so that I can show what specific report is being printed?
>
>TIA, Hilmar.
Daniel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform