Consultor Eletrônico



Kbase P13831: How to configure a print server for Progress 4GL
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Unverified

GOAL:

How to configure a print server for Progress 4GL

FACT(s) (Environment):

Windows NT 4.0
Progress 9.1x
Windows 95
Windows 98

FIX:

Under Windows NT you may need to assign a op-sys device name(port) to the
network printer. Customers should refer to their network
documentation on the exact command syntax. Under Windows NT
networking this is done by entering the following command:

net use lpt3 /
etwork_printer

This will direct any output specified through Progress via the
OUTPUT TO lpt3 to be directed to the network printer identified as
/
etwork_printer.

For Win95:

On Win95 make sure that lptn is captured for the network printer. You
can check this under "Printer Properties" -> "Details". If there is no
printer port captured, click on the "Capture Printer Port.." button to
add one. Then change the setting from "\\servername\printername" to
"LPTN: [\\servername\printername]".