1. Diego Buschittari
  2. PowerBuilder
  3. Thursday, 14 February 2019 14:35 PM UTC

Hello, how is it possible to generate QR code in a form window in PowerBuilder?
Thank you

Marco Meoni Accepted Answer Pending Moderation
  1. Monday, 18 March 2019 13:02 PM UTC
  2. PowerBuilder
  3. # 1

Hello Diego

you can use Google api via PB iNet or HTTPclient objects.

For example, pass the text to QR-codify into a Wen URL and later get the returned image.

lInet.GetURL("http://chart.apis.google.com/chart?cht=qr&chs=230x230&chof=gif&&chl=This is a text!Second line...&choe=UTF-8&", lnv_result)

Best,

.m

Comment
  1. Matthew Balent
  2. Monday, 18 March 2019 14:28 PM UTC
Another option is to create a COM component (say in .Net) and use it to create the QR image.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.
We use cookies which are necessary for the proper functioning of our websites. We also use cookies to analyze our traffic, improve your experience and provide social media features. If you continue to use this site, you consent to our use of cookies.