I know we have talked much about this but still I don't find the solution to my problem.
I have a Novell Netware and a clipper application. I use Clipper 5.3b and blinker 5.10.
Some of my computers,running Win98 and Win2000, have two local printers. At LPT1 an impact printer, and at LPT2 a laser printer. From the clipper aplication I try to print to the laser printer trough LPT2 but it doesn't work. I use:
SET PRINTER TO LPT2
SET DEVICE TO PRINTER
SET CONSOLE OFF
print ....
SET DEVICE TO SCREEN
SET CONSOLE ON
The program does not print and it reports an error trying to create a file LPT2.PRN.
At Tek-tips you always talk about using 'net use', but this is not my case because they are not net printers, but local printers.
I have a Novell Netware and a clipper application. I use Clipper 5.3b and blinker 5.10.
Some of my computers,running Win98 and Win2000, have two local printers. At LPT1 an impact printer, and at LPT2 a laser printer. From the clipper aplication I try to print to the laser printer trough LPT2 but it doesn't work. I use:
SET PRINTER TO LPT2
SET DEVICE TO PRINTER
SET CONSOLE OFF
print ....
SET DEVICE TO SCREEN
SET CONSOLE ON
The program does not print and it reports an error trying to create a file LPT2.PRN.
At Tek-tips you always talk about using 'net use', but this is not my case because they are not net printers, but local printers.