Page 2 of 5

Re: QR Code in HMG

Posted: Sun Nov 26, 2017 9:29 pm
by andyglezl
Muchas gracias por tu tiempo. Edk

Voy a hacer la prueba con tu código, ya que yo estoy utilizando:

@ 229,007 PRINT IMAGE System.TempFolder+"CB_QRCODE.jpg" WIDTH 32 HEIGHT 32

Sirve que así no genero el archivo .jpg físico.
*------------------------------------------------------------------------------------------------------
Thank you so much for your time. Edk

I'm going to do the test with your code, since I'm using:
@ 229.007 PRINT IMAGE System TempFolder + "CB_QRCODE .jpg" WIDTH 32 HEIGHT 32

It serves so that the physical JPG file does not generate.



Y también modificaré los cambios que indicas.
*---------------------------------------------------------
And I will also change the changes you indicate.

Re: QR Code in HMG

Posted: Sun Nov 26, 2017 9:35 pm
by edk
The error is due to an incorrectly calculated QR code width, resulting in an invalid jpg file.
qr.png
qr.png (8.23 KiB) Viewed 242308 times

Re: QR Code in HMG

Posted: Mon Nov 27, 2017 9:44 am
by radohabjan
Thx Edk for solve problem with QR

I reported this problem already in 2015:
http://www.hmgforum.com/viewtopic.php?f ... 510#p43023
Now I don't need anymore external QR Code generator in my program.

br Rado

Re: QR Code in HMG

Posted: Mon Nov 27, 2017 10:10 am
by edk
radohabjan wrote: Mon Nov 27, 2017 9:44 am I reported this problem already in 2015:
http://www.hmgforum.com/viewtopic.php?f ... 510#p43023
Wow, I haven't seen this post before. :o :shock:

Re: QR Code in HMG

Posted: Fri Oct 18, 2019 9:14 am
by dragancesu
if someone needs QRcode generator from command prompt

https://sourceforge.net/projects/zint/

And here (Serbia) we will need to put qr code on some invoices, you have a program on the link that works in windows command prompt and creates qr code as an image, there are many options

Re: QR Code in HMG

Posted: Sat Oct 19, 2019 3:16 am
by AUGE_OHR
hi,

i have download HMG some week ago and found that BUG still exist in \SOURCE\h_HMG_Zebra.Prg :o

so i like to ask how to get latest Version of HMG \SOURCE\*.PRG :?:

Re: QR Code in HMG

Posted: Sat Oct 19, 2019 6:00 am
by mol
I'm afraid there is no newer version.
Try to search reported bugs and solutions on the forum

Re: QR Code in HMG

Posted: Sat Oct 19, 2019 1:08 pm
by andyglezl
En la página anterior de este mismo post, esta la solución dada por el amigo EDK...
*--------------------------------------------------------------------------------------------------------------------
On the previous page of this same post, there is the solution given by friend EDK ...

Re: QR Code in HMG

Posted: Sat Oct 19, 2019 10:25 pm
by AUGE_OHR
andyglezl wrote: Sat Oct 19, 2019 1:08 pm En la página anterior de este mismo post, esta la solución dada por el amigo EDK...
*--------------------------------------------------------------------------------------------------------------------
On the previous page of this same post, there is the solution given by friend EDK ...
Yes, i found that Msg from EDK
thats why i'm asking for "more" Hotfix (if need)

@Marek : how to find Hotfix :?:

Re: QR Code in HMG

Posted: Sun Oct 20, 2019 6:04 am
by mol
You need to apply changes to hmg source code and recompile it by yourself