Search found 468 matches: jll

Return to advanced search

Re: off for some days

Antonio:

Que mala noticia, mi mas sentido pésame para ti y toda tu familia.

Un abrazo muy grande;
JLL
by jll-fwh
Wed Feb 26, 2014 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: off for some days
Replies: 73
Views: 9249

Re: Impresión de Códigos de Barra con TPrinter

JLL, son estas fuentes?

http://www.free-barcode-font.com/

Regards, saludos.
by karinha
Wed Feb 19, 2014 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresión de Códigos de Barra con TPrinter
Replies: 36
Views: 6852

Re: ftp problem

... creo que no va a ser posible, ya que no recuerdo que las clases de harbour tuvieran algún DATA al respecto. Ya lo reviso y te comento. Un saludo JLL
by jll-fwh
Wed Feb 19, 2014 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ftp problem
Replies: 8
Views: 2102

Re: IsZip() Unresolved external

Hello;

Here disponeis of a complete program for backup using ZIP.

http://javierlloris.blogspot.com.es/2012/04/programa-backuprestore.html

regards
JLL
by jll-fwh
Wed Feb 19, 2014 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2746

Re: Impresión de Códigos de Barra con TPrinter

... cFontDir )   oFont      := oNameSpace:ParseName( cFontFile )   oFont:InvokeVerb("Install")Return NIL  Un saludo JLL
by jll-fwh
Wed Feb 19, 2014 12:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresión de Códigos de Barra con TPrinter
Replies: 36
Views: 6852

Re: Establecer impresora predeterminada

Hola Ruben:

Usa la funcion:
Code: Select all  Expand view
PrnSetDefault( "aqui el nombre de la impresora", "" )


Así obtienes las impresoras instaladas:
Code: Select all  Expand view
aPrinters := aGetPrinters()            


Así la Impresora por Defecto:
Code: Select all  Expand view
cPrinter := PrnGetName()    


Un saludo
JLL
by jll-fwh
Wed Feb 19, 2014 12:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Establecer impresora predeterminada
Replies: 10
Views: 3070

Re: off for some days

Hola Antonio:

Siento leer esta mala noticia. Nunca se sabe como poder ayudar y dar apoyo en estos momentos tan difíciles. Para cualquier cosa que necesites aquí estaré.

Un abrazo para tí y tu familia en estos momentos tan complicados.

Javier LLoris
JLL
by jll-fwh
Sat Feb 15, 2014 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: off for some days
Replies: 73
Views: 9249

Re: ftp problem

Here you have a complete FTP program your source code.

I hope you find it useful.

http://javierlloris.blogspot.com.es/

a greeting
JLL
by jll-fwh
Wed Feb 12, 2014 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ftp problem
Replies: 8
Views: 2102

Re: Imprimiendo fotos en alta resolución

...  oPrn:SayImage( 900, 640, oImagen, 3800, 2000 )   oImagen:End() Una vez finalice la impresión borra de memoria oImagen. Un saludo JLL
by jll-fwh
Tue Oct 09, 2012 11:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimiendo fotos en alta resolución
Replies: 7
Views: 1287

Re: Leer mail con adjunto.

Hola FiveWidi:

En las contribuciones de Harbour tienes como hacer lo que quieres, los ejemplos está en:

Code: Select all  Expand view
C:\harbour-3.0.0\contrib\hbtip


Un saludo
JLL
by jll-fwh
Tue Oct 09, 2012 11:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer mail con adjunto.
Replies: 8
Views: 1257

Re: Reproducir archivo WMV

... ::cFile )Return NIL  NOTA: a Tener en cuenta que dependiente del S.O se pueden reproducir determinados ficheros. Un saludo JLL
by jll-fwh
Sat Sep 15, 2012 6:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reproducir archivo WMV
Replies: 5
Views: 814

Re: Simulation Win8 menu

If you just want to emulate the Start menu, you can descagar TMetro class of my blog, you can do that kind of menus very easily and if you want to add new features as they have the source code.

http://javierlloris.blogspot.com.es/p/programas-y-clases.html

regards
JLL
by jll-fwh
Sat Sep 15, 2012 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulation Win8 menu
Replies: 8
Views: 1731

Re: Enviar/Recibir archivos via ftp [ SOLVED ]

Hola Carlo:

En mi blog tienes el programa pFTP con el codigo fuente incluido para manejar servidores FTP mediante las funciones de Harbour.

Puedes descargarlo en:
http://javierlloris.blogspot.com.es/2012/04/programa-pftp_25.html

Un saludo
JLL
by jll-fwh
Fri Sep 14, 2012 1:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar/Recibir archivos via ftp [ SOLVED ]
Replies: 22
Views: 8448

Re: Cambiar el color de fondo de un item de la barra de mensajes

...                 oWnd:oMsgBar:aItem[1]:nClrPane := CLR_RED                oWnd:oMsgBar:aItem[1]:nClrText := CLR_WHITE  Un saludo JLL
by jll-fwh
Thu Sep 13, 2012 8:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el color de fondo de un item de la barra de mensajes
Replies: 4
Views: 703
Next

Return to advanced search