"read" QR Code

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

"read" QR Code

Post by AUGE_OHR »

hi,

i know how to "generate" QR Code but how to "read" QR Code :idea:
have fun
Jimmy
User avatar
danielmaximiliano
Posts: 2763
Joined: Fri Apr 09, 2010 4:53 pm
DBs Used: DBF
Location: Argentina
Contact:

Re: "read" QR Code

Post by danielmaximiliano »

*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: "read" QR Code

Post by AUGE_OHR »

hi,

found QR Code "Reader" Sample in MiniGUI

Code: Select all

c:\MiniGUI\Samples\Advanced\QrDecode\QrTest.Prg
! Note : Read qrcode using Zbar utility http://zbar.sourceforge.net/

after install Zbar you need to COPY
c:\Program Files\ZBar\bin\zbarimg.exe
and all *.DLL into your App Folder
have fun
Jimmy
User avatar
tonton2
Posts: 484
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: "read" QR Code

Post by tonton2 »

AUGE_OHR wrote: Sat Jun 04, 2022 5:58 am hi,

found QR Code "Reader" Sample in MiniGUI

Code: Select all

c:\MiniGUI\Samples\Advanced\QrDecode\QrTest.Prg
! Note : Read qrcode using Zbar utility https://zbar.sourceforge.net/

after install Zbar you need to COPY
c:\Program Files\ZBar\bin\zbarimg.exe
and all *.DLL into your App Folder
Good evening, could you please show me all the installation steps? Thank you very much
L'Algerie vous salut
Y.TABET
WatsApp :+213770943143
User avatar
danielmaximiliano
Posts: 2763
Joined: Fri Apr 09, 2010 4:53 pm
DBs Used: DBF
Location: Argentina
Contact:

Re: "read" QR Code

Post by danielmaximiliano »

Hola a todos :

Zbar tiene una liberia estatica .a llamada libzbar.a la que se puede utilizar para no depender de Zbar.exe ni del .libzbar-0.dll
mañana jueves haré unas pruebas , si tienen una imagen QR de prueba pueden subirla para poder trabajar sobre ella.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
User avatar
serge_girard
Posts: 3420
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: "read" QR Code

Post by serge_girard »

Hola Daniel,
I send you on by e-mail.
Serge
There's nothing you can do that can't be done...
User avatar
tonton2
Posts: 484
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: "read" QR Code

Post by tonton2 »

serge_girard wrote: Thu Apr 02, 2026 9:07 am Hola Daniel,
I send you on by e-mail.
Serge
Bonjour Serge ,est ce que tu as un programme liée a HMG.3.6 pour lire un QR Code et le sauvegarder dans une base de donnée(.dbf) ? si Oui pourrais tu me le remettre ou le mettre DANS HMGFORUM, Merci d'avance.
Hello Serge,
Do you have a program written in HMG 3.6 that can read a QR code and save it into a database (.dbf)?
If yes, could you please share it with me or post it on the HMG forum?
Thank you in advance.
L'Algerie vous salut
Y.TABET
WatsApp :+213770943143
User avatar
tonton2
Posts: 484
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: "read" QR Code

Post by tonton2 »

ci joint le programme de HMG_ZEBRA avec des modifications pour créer ,enregistrer le QR code dans une base de données
Attachments
CODE_QR.rar
(1.32 MiB) Downloaded 28 times
L'Algerie vous salut
Y.TABET
WatsApp :+213770943143
User avatar
serge_girard
Posts: 3420
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: "read" QR Code

Post by serge_girard »

Youcef, non je regrette mais DaNiElMaXiMiLiAnO s'en occupe. Il faut 'lire' le QRcode avec portable au tablet avec application APK et rendre le code/text du QR-code....

Aucun idee comment faire.

Serge
There's nothing you can do that can't be done...
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: "read" QR Code

Post by AUGE_OHR »

hi,
tonton2 wrote: Wed Apr 01, 2026 9:30 pm
! Note : Read qrcode using Zbar utility https://zbar.sourceforge.net/

after install Zbar you need to COPY
c:\Program Files\ZBar\bin\zbarimg.exe
and all *.DLL into your App Folder
Good evening, could you please show me all the installation steps? Thank you very much
sorry, i never have made a Installation, just READ about it
have fun
Jimmy
Post Reply