with win_PrintFileRaw runs perfectly
Thanks very much
Best Regards,
Fernando Athayde
De: Viktor Szakáts
Para: Harbour Project Main Developer List.
Enviadas: Terça-feira, 30 de Março de 2010 16:56:14
Assunto: Re: Res: Res: [Harbour] set printer to ( problem
> extension .prn gone, but the problem continue
> Error TERM/2014 Create error: \\caixa2\Epson LX-300 (DOS Error 67)
> Called from ->SET(0)
If this is a printer name (as opposed to share name)
it won't work in Harbour.
Use hbwin lib functions to push data into printer names:
win_PrintFileRaw
On Tue, 30 Mar 2010, Fernando Athayde wrote:
Hi,
> extension .prn gone, but the problem continue
> Error TERM/2014 Create error: \\caixa2\Epson LX-300 (DOS Error 67)
> Called from ->SET(0)
winerror.h:
#define ERROR_BAD_NET_NAME 67L
Verify the server and printer names. Maybe the network tran
On Tue, 30 Mar 2010, Fernando Athayde wrote:
Hi,
> Error TERM/2014 Create error: \\caixa2\Epson LX-300.prn (DOS Error 67)
> Called from ->SET(0)
> with xharbour runs well, but with harbour don´t run
> i´ve migrated all my whole application for harbour, i´ll need to print in
> network and in lx3
rço de 2010 16:29:58
Assunto: Re: Res: [Harbour] set printer to ( problem with network)
Hi,
l := Set( _SET_DEFEXTENSIONS, .F. )
... print ...
Set( _SET_DEFEXTENSIONS, l )
Brgds,
Viktor
On 2010 Mar 30, at 21:22, Fernando Athayde wrote:
> the command set printer increases by it selt
> Para: Harbour Project Main Developer List.
> Enviadas: Terça-feira, 30 de Março de 2010 15:17:49
> Assunto: Re: [Harbour] set printer to ( problem with network)
>
> Try:
>
> SET PRINTER TO \\caixa2\Epson LX-300.
>
> Regards,
> Vailton Renato
> _
the command set printer increases by it selt ".prn"
Regards,
Fernando Athayde
De: Vailton Renato
Para: Harbour Project Main Developer List.
Enviadas: Terça-feira, 30 de Março de 2010 15:17:49
Assunto: Re: [Harbour] set printer to ( problem with net
Try:
SET PRINTER TO \\caixa2\Epson LX-300.
Regards,
Vailton Renato
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Error TERM/2014 Create error: \\caixa2\Epson LX-300.prn (DOS Error 67)
Called from ->SET(0)
with xharbour runs well, but with harbour don´t run
i´ve migrated all my whole application for harbour, i´ll need to print in
network and in lx300 usb
can someone help me?
Best regards,
Fernando Athayd