Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text in Windows Queue
Message
From
08/10/2001 10:49:32
 
 
To
08/10/2001 10:35:04
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00565487
Message ID:
00565497
Views:
32
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform