i know how to "generate" QR Code but how to "read" QR Code
"read" QR Code
Moderator: Rathinagiri
- danielmaximiliano
- Posts: 2763
- Joined: Fri Apr 09, 2010 4:53 pm
- DBs Used: DBF
- Location: Argentina
- Contact:
Re: "read" QR Code
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
- 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
hi,
found QR Code "Reader" Sample in MiniGUI
! 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
found QR Code "Reader" Sample in MiniGUI
Code: Select all
c:\MiniGUI\Samples\Advanced\QrDecode\QrTest.Prgafter install Zbar you need to COPY
c:\Program Files\ZBar\bin\zbarimg.exe
and all *.DLL into your App Folder
have fun
Jimmy
Jimmy
Re: "read" QR Code
Good evening, could you please show me all the installation steps? Thank you very muchAUGE_OHR wrote: ↑Sat Jun 04, 2022 5:58 am hi,
found QR Code "Reader" Sample in MiniGUI! Note : Read qrcode using Zbar utility https://zbar.sourceforge.net/Code: Select all
c:\MiniGUI\Samples\Advanced\QrDecode\QrTest.Prg
after install Zbar you need to COPY
c:\Program Files\ZBar\bin\zbarimg.exe
and all *.DLL into your App Folder
L'Algerie vous salut
Y.TABET
WatsApp :+213770943143
Y.TABET
WatsApp :+213770943143
- danielmaximiliano
- Posts: 2763
- Joined: Fri Apr 09, 2010 4:53 pm
- DBs Used: DBF
- Location: Argentina
- Contact:
Re: "read" QR Code
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.
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
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
- 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
Hola Daniel,
I send you on by e-mail.
Serge
I send you on by e-mail.
Serge
There's nothing you can do that can't be done...
Re: "read" QR Code
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
Y.TABET
WatsApp :+213770943143
Re: "read" QR Code
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
Y.TABET
WatsApp :+213770943143
- 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
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
Aucun idee comment faire.
Serge
There's nothing you can do that can't be done...
- 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
hi,
sorry, i never have made a Installation, just READ about ittonton2 wrote: ↑Wed Apr 01, 2026 9:30 pmGood evening, could you please show me all the installation steps? Thank you very much! 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
have fun
Jimmy
Jimmy