Show QR code in a Query

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
fjcortes
Posts: 72
Joined: Thu Apr 21, 2011 9:16 pm
Location: Colombia
Contact:

Show QR code in a Query

Post by fjcortes »

Greetings, I have a question: how could I place a QR code in an image field on a query or, failing that, show the QR code directly in the query?
Javier Cortes Ayus
Version 9.x (Testing)
OS: Ubuntu 20.04.6 LTS - DB: MySQL
aware_support
Posts: 7523
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: Show QR code in a Query

Post by aware_support »

At the moment QR codes are only supported in reports.
Aware IM Support Team
fjcortes
Posts: 72
Joined: Thu Apr 21, 2011 9:16 pm
Location: Colombia
Contact:

Re: Show QR code in a Query

Post by fjcortes »

I managed to display a QR code in a query with the help of the custom method for query, this is the code

<div class="jca-qrymobile">
<div class="jca-qrymobile-wrapper">
<div class="jca-qrymobile-list-image">
<img src="https://chart.googleapis.com/chart?chs= ... acaNro},"/>
</div>
<dl class="jca-qrymobile-list-details">
<dd class="jca-qrymobile-texto">{Prefijo}{Consecutivo}</dd>
<dd class="jca-qrymobile-texto">{Prefijo}</dd>
<dd class="jca-qrymobile-texto">{Aplicada} </dd>
</dl>
</div>
</div>
Attachments
QRonQry.png
QRonQry.png (32.98 KiB) Viewed 2999 times
Javier Cortes Ayus
Version 9.x (Testing)
OS: Ubuntu 20.04.6 LTS - DB: MySQL
aware_support
Posts: 7523
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: Show QR code in a Query

Post by aware_support »

Great stuff!
Aware IM Support Team
Post Reply