Re: Printing problems with DOS programs after Windows security updates
- From: "Davide Guolo" <guolo.NOSPAM.davide@xxxxxxxxx>
- Date: Thu, 18 Jan 2007 18:03:40 GMT
Dear mfoley,
When I print from the programs there is the typical pause as the
programs send the output to the printer, and then returns to typical
control
by the user. The problem is that nothing ever reaches the printer.
you may want to have a look at Printfil, which enables character based
applications printing to Windows printers (including USB, GDI and virtual),
with many extras.
In Clipper (even S87) you only need to:
SET DEVICE TO PRINT
SET CONSOLE OFF
SET PRINTER ON
SET PRINTER TO ("C:\My_Dir\Filename.txt")
normal printing commands
SET PRINTER OFF
SET CONSOLE ON
SET DEVICE TO SCREEN
SET PRINTER TO
Then you only have to set the "File to Check" field in the Printfil's
configuration dialog as c:\my_dir\filename.txt to have your Clipper jobs
automatically captured and printed by Printfil to the Windows printer of
your choice.
In alternative, you can setup Printfil to capture the LPT1 output, without
having to make any change to your applications.
You can find more info and a free trial version to download at
http://www.printfil.com
Kind regards,
Davide Guolo
aSwIt s.r.l.
--------------------------------------------------------------
Printfil - Windows Printing System for Applications
http://www.printfil.com
Odbc4All - Connection to ODBC Data Sources for any Application
http://www.aswit.com/odbc4all
@Kill - Batch Close Windows Applications - Freeware
http://www.aswit.com/akill
--------------------------------------------------------------
.
- Follow-Ups:
- Prev by Date: card reader drive won't install
- Next by Date: Printer sharing problem?
- Previous by thread: card reader drive won't install
- Next by thread: Re: Printing problems with DOS programs after Windows security upd
- Index(es):
Relevant Pages
|
|