Res: Res: Res: [Harbour] set printer to ( problem with network)

2010-03-31 Thread Fernando Athayde
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

Re: Res: Res: [Harbour] set printer to ( problem with network)

2010-03-30 Thread Viktor Szakáts
> 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

Re: Res: Res: [Harbour] set printer to ( problem with network)

2010-03-30 Thread Przemysław Czerpak
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

Re: [Harbour] set printer to ( problem with network)

2010-03-30 Thread Przemysław Czerpak
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

Res: Res: [Harbour] set printer to ( problem with network)

2010-03-30 Thread Fernando Athayde
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

Re: Res: [Harbour] set printer to ( problem with network)

2010-03-30 Thread Viktor Szakáts
> 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 > _

Res: [Harbour] set printer to ( problem with network)

2010-03-30 Thread Fernando Athayde
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

Re: [Harbour] set printer to ( problem with network)

2010-03-30 Thread Vailton Renato
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

[Harbour] set printer to ( problem with network)

2010-03-30 Thread Fernando Athayde
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