- SHAMEEM KAKKAD
- PowerBuilder
- Friday, 22 October 2021 08:45 AM UTC
Dear Appeon team,
I imported QR Code Generator DLL and successfully imported.
But, While I read the function getting like error :-
Cammand button script
---------------------------------
string text_
string base64_
blob qrcode_
int aa
qrc = create nvo_class1
CoderObject co
text_ = sle_1.Text
base64_ = qrc.of_generateqrcode( text_ )
co = create CoderObject
qrcode_ = co.base64decode(base64_)
destroy co
p_1.setpicture(qrcode_)
integer li_FileNum
li_FileNum = FileOpen("C:\Shade\test101offline.png",StreamMode!,Write!)
filewrite(li_filenum, qrcode_)
fileclose (li_filenum)
Snapdevelop...
-----------------
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.