Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Issue printing QR Code more than 255 character in Smartforms

0 Kudos
2,006

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.

3 REPLIES 3

Sandra_Rossi
Active Contributor
812

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&</>

0 Kudos
812

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.

0 Kudos
812

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.