2020 Aug 03 10:15 AM
I have been trying to print a QR code of an alphanumeric variable that has its length around 4000 characters.
I have tried splitting the variable into multiple 255 character length fields, and later on use an include text option in smartforms
to print all these variables combined together.
Ex: <C1>&Q1&&Q2&&Q3&&Q4&&Q5&&Q6&&Q7&&Q8&&Q9&&Q10&</>
C1 is the character format having the QR code format assigned.
For 1000 character printing of QR code in the above method, it works fine but any length exceeding this is consuming lots of
time in printing the QR code.
Could you please help suggest if there is a solution to print QR code of lengths around 3000/5000 characters.
Thanks.
2020 Aug 03 1:08 PM
And with the include solution, what about defining the text like that?
/ <C1>&Q1&&Q2&&Q3&&Q4&&Q5&&Q6&&Q7&&Q8&&Q9&&Q10&
= &Q11&&Q12&&Q13&&Q14&&Q15&&Q16&&Q17&&Q18&&Q19&
= &Q20&&Q21&&Q22&&Q23&</>
2020 Aug 04 8:46 AM
I did put that in SO10 text and included in the smartform. But the problem that i have is it is taking loads of time to print the entire QR code of 4000 odd characters.
Was hoping if there is another way.
2020 Sep 17 8:56 AM
How to create so10 with dynamic length of qr code?
If length is 946 then only 4 variable should come as shown below.
<C1>&Q1&&Q2&&Q3&</>
If length is 4000 then 16 fields should come.
How to handle it dynamically
Please help.