cancel
Showing results for 
Search instead for 
Did you mean: 

Very long string in a Smartform

Former Member
0 Kudos

Hello,

I want to put a very long string in a Smartform but I'm limited to 256 chars. I found a solution on the Internet which say to split my string in many strings but it doesn't work for me because I want to convert my string to a 2D barcode with the tec-it solution and it create a barcode for each string.

Have you a solution?

Thanks.

Edited by: Corbel Guirec on Jan 19, 2012 8:44 PM

Accepted Solutions (1)

Accepted Solutions (1)

aidan_black
Active Contributor
0 Kudos

Hi,

Add the split strings(&string1&&string2(&string3..) into a standard text via transaction so10 and define this standard text as an include txt in the smartform. This should work. If you put them directly into the smartform, it splits them into separate barcodes.

Regards,

Aidan

Former Member
0 Kudos

It work. Thanks a lot!

Answers (2)

Answers (2)

noemi_peraza
Newcomer
0 Kudos

Hi,

How to assign character format to include text?

Thanks

Former Member
0 Kudos

Hello,

Do the same the Mr. Aidan Black has told or you can also use the variable & make concatenate to form the long string.

Regards,

Akg