Search found 738 matches: barras

Return to advanced search

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

But most importantly, we DO NOT NEED any 3rd party library for generating, display and printing any barcodes or QRCodes. FWH is natively capable of generating and printing not only CODE128 barcodes but many other types of barcodes and qr-codes, with or without HaruPDF. Please try this small example:...
by nageswaragunupudi
Tue May 14, 2024 7:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1029

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

Hola amigos ! Como puedo solucionar la impresión de un código de barras que saqué de barlib.zip de libre distribución, que tiene el programa go_code.prg y que me da error al querer imprimir al usar la función FILLRECT(). Gracias, como siempre ! Compiler ...
by nageswaragunupudi
Tue May 14, 2024 6:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1029

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

Mira se no és esto:

Code: Select all  Expand view

\source\function\IMGTXTIO.PRG
 


https://www.forums.fivetechsupport.com/viewtopic.php?f=3&t=39585#p263522

Regards, saludos.
by karinha
Mon May 13, 2024 11:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1029

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... el metodo ::fillrect() y por eso ocurre el error Con esa fantastica libreria yo lo que hice en su dia fue hacer que la impresion del codigo de barras fuera a un archivo .bmp y desde alli la imprimi donde queria, que en mi caso fue un archivo excel Salu2
by paquitohm
Mon May 13, 2024 11:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1029

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

Intenta directamente con el LIB de HARUPD, sin llamar el FWHARU de mister Rao.

https://mega.nz/file/RIlSAB6J#L4qDeL8lY6fmAh0B0oMZ5wQZ5dR9BgpZ9zhezinPT2w

O haz una DEMO y publícala en Mega Upload para poder probarla, ¿vale?

Regards, saludos.
by karinha
Mon May 13, 2024 11:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1029

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

pedroluis wrote:FWH2307


¿Funcionó antes? En caso afirmativo, ¿con qué versión de FWH?

Regards, saludos.
by karinha
Mon May 13, 2024 11:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1029

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

Code: Select all  Expand view

METHOD FillRect( aRect, uBrush, [cUnits] )
 


https://forums.fivetechsupport.com/~fivetec1/forums/viewtopic.php?f=3&t=40498&start=15#p241978

Cual tú version?

Regards, saludos.
by karinha
Mon May 13, 2024 10:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1029

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

That sample is not reduced and not self-contained.
by Enrico Maria Giordano
Sun May 12, 2024 8:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1029

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... para imprimir la factura. Pero que sirve de muestra para lo que me solicitan. Más abajo, hago la llamada al GO_CODE.PRG para hacer el código de barras Uso la libreria de Cayetano Gómez: la BARLIB. El mencionado programa, de él, tiene el programa GO_CODE.PRG, el cuál puse al final. Esta librería ...
by pedroluis
Sun May 12, 2024 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1029

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

Can you post a reduced and self-contained sample showing the problem, please?
by Enrico Maria Giordano
Sun May 12, 2024 9:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1029

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

El programa imprime una factura.
Arranca usando FWHARU, y llama a go_code.prg para hacer el código de barras
que luego se pone en la factura.

Cuando pasa por el go_code.prg me da el error del fillrect()
by pedroluis
Sat May 11, 2024 10:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1029

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

REQUEST FWHARU és para usar HARUPDF con PRINTER.PRG, en BARLIB.LIB(Códigos de Barras) no ejiste HARUPDF.

Regards, saludos.
by karinha
Sat May 11, 2024 12:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1029

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

Muy amable Karinha !

Pero el problema que tengo es que al compilar tengo error en
la Función FILLRECT() que está en el GO_CODE.PRG.

Compilo el programa con REQUEST FWHARU, y ahí surge el error.

Si no compilo con FWHARU funciona todo bien. ???

Saludos !
by pedroluis
Sat May 11, 2024 11:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1029
PreviousNext

Return to advanced search