Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing through DOS on an NT, for all NT Gurus
Message
From
28/07/1999 12:15:38
 
 
To
28/07/1999 12:01:55
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00247167
Message ID:
00247218
Views:
20
>Hi Ed,
>
>>Try the printer Property sheet; Scheduling tab, select Print directly to printer rather than Spool print documents. I assume that you have the winprint print processor selected with the RAW default datatype set, and the Always spool raw datatype checkbox not checked in the Print Processor page (General/Print Processor button.)
>
>You assume correctly, but its a no go. It won't ptinr until I shutdown the app, or wait a while (and thats no good on a reciept printer).
>

A trick from my old FPDOS libraries - the following forced things to be released immediately when you couldn't bypass a print queue directly for Novell. It might help here:

* print some stuff
SET PRINTER TO NUL:
EJECT
* if you don't want to actually reset the page memory variables, you could
* ?? ""; it's important that something be forced to the port so that the
* port is opened by FPDOS and the other port is closed
SET PRINTER TO

Forcing the change of port to actually occur got Novell to stop a capture session and release the print job; it's worth a try

>>You might want to take a run out to www.ntfaq.com, there's detailed information on NT printer setup in their FAQ document.
>
>I will.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform