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
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
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 ".prn"
>
> Regards,
> Fernando Athayde
>
> De: Vailton Renato
> Para: Harbour Project Main Develop
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 network)
Try: