Search found 171 matches: fillrect

Return to advanced search

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: 15
Views: 150

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

Hola, No estoy seguro de lo que pasa pero me pareciera que la clase que imprime a pdf no tiene 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 ...
by paquitohm
Mon May 13, 2024 11:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 15
Views: 150

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: 15
Views: 150

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: 15
Views: 150

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: 15
Views: 150

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: 15
Views: 150

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... => FWPDF:ERROR( 0 ) Called from: source\rtl\tobject.prg => FWPDF:MSGNOTFOUND( 0 ) Called from: source\rtl\tobject.prg => FWPDF:FILLRECT( 0 ) <-------------- Called from: go_code.prg => GO_CODE( 39 ) Called from: barlib.prg => CODE128( 34 ) Called from: barlib.prg => ...
by pedroluis
Sun May 12, 2024 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 15
Views: 150

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: 15
Views: 150

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: 15
Views: 150

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: 15
Views: 150

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: 15
Views: 150

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... else nLen :=round ( nLen * 10 * oPrint:nHorzRes() / oPrint:nHorzSize(), 0 ) end for n:=1 to len(cBarra) if substr(cBarra,n,1) ='1' if lHorz oPrint:fillRect({nx,ny,nx+nLen,(ny+=nWidth)},oBr) else oPrint:fillRect({nx,ny,(nx+=nWidth),ny+nLen},oBr) end else if lHorz ny+=nWidth else nx += nWidth end ...
by pedroluis
Fri May 10, 2024 9:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 15
Views: 150
Next

Return to advanced search