Ayuda con HMG_HPDF, Help with HMG_HPDF

HMG en Español

Moderator: Rathinagiri

Post Reply
martingz
Posts: 401
Joined: Wed Nov 18, 2009 11:14 pm
Location: Mexico

Ayuda con HMG_HPDF, Help with HMG_HPDF

Post by martingz »

Tengo un codigo que estoy usando desde que Rathi desarrollo esta increible libreria, pero en esta ultima version, se descuadro todo, ya volvi a rehacer
el formulario y todo esta casi al 100% a exepcion de que estos comandos no funcionan

@ 1,15 HPDFPRINT IMAGE "delbravo.png" width 30 height 30 * me da error al cargar la imagen

codigosat:='?re='+alltrim('GAB040521MK3')+'&rr=' + alltrim(altacuentasg.text_17.value) + '&tt=' + strzero(msubctasg + altacuentasg.text_26.value + altacuentasg.text_28.value ,17,6) + '&id='+alltrim('4C7FE6F2-7FA0-4D8B-B634-76697CA5B531')
hBitMap:=HMG_CreateBarCode( codigosat, "QRCODE" , 3, 3, , "codigo.png", , , , , )
inkey(.1)
@ nlineas,180 HPDFPRINT IMAGE "codigo.png" width 30 height 30 * da error al caergar la imagen

@ nlineas + 3,7 HPDFPRINT vartmo to (nlineas + 7 ),176 size 8 color { 0 , 0 , 0 } JUSTIFY *no muestra nada

Pero si comento la primera linea si funciona la carga del qrcode, pero sigue sin mostrar esta linea

@ nlineas + 3,7 HPDFPRINT vartmo to (nlineas + 7 ),176 size 8 color { 0 , 0 , 0 } JUSTIFY *no muestra nada

Cambio algo, , me falta incluir algo?


Google Translation

I have a code I'm using since Rathi this incredible library development, but this latest version is move all, and went back to redo
the form and everything is almost 100% with exception of these commands do not work

@ 1.15 HPDFPRINT IMAGE "delbravo.png" width height 30 30 * gives me error loading the image

codigosat: = + alltrim ('GAB040521MK3') + '& rr =' + alltrim (altacuentasg.text_17.value) + '& tt =' + strzero (msubctasg + + altacuentasg.text_28.value altacuentasg.text_26.value 're =?' 17.6) + '& id =' + alltrim ('4C7FE6F2-7FA0-4D8B-B634-76697CA5B531')
HBitmap: = HMG_CreateBarCode (codigosat, "QRCODE", 3, 3, "codigo.png",,,,,)
INKEY (1)
@ NLines, 180 HPDFPRINT IMAGE "codigo.png" width 30 height 30 * fails to load image

@ NLines + 3.7 HPDFPRINT vartmo to (nLines + 7), 176 size 8 Colour {0, 0, 0} JUSTIFY * shows nothing

But if I comment the first line if qrcode work load, but still shows this line

@ NLines + 3.7 HPDFPRINT vartmo to (nLines + 7), 176 size 8 Colour {0, 0, 0} JUSTIFY * shows nothing [/ u] [/ b]

change something, I need to include something?
User avatar
mustafa
Posts: 1172
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: Ayuda con HMG_HPDF, Help with HMG_HPDF

Post by mustafa »

Hola
en su día ya informe de Error a Ratnagiri
creo que es un problema de la versión HMG 3.4.2

http://hmgforum.com/viewtopic.php?f=43& ... a&start=40

http://hmgforum.com/viewtopic.php?f=43& ... a&start=60


Saludos
Mustafa :(
martingz
Posts: 401
Joined: Wed Nov 18, 2009 11:14 pm
Location: Mexico

Re: Ayuda con HMG_HPDF, Help with HMG_HPDF

Post by martingz »

Mil gracias por responder Mustafa, lo unico malo es tener mover todo el informe


saludos
Post Reply