cancel
Showing results for 
Search instead for 
Did you mean: 

Word Wraping at Semicolon ( ; )

Former Member
0 Kudos

Hi all.

I am displaying my Internal Table values in a table .

the table contains values in a format as mentioined below .

1 2 3 aa;bb;c;d;ee

now I need to display the value as

1 2 3 aa

bb

c

d

ee

Which means aa;bb;c;d;ee should be wrapped at ; and should go to next line .

is it possible to do in adobe forms ?

Edited by: surya nanda on Dec 20, 2011 4:10 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

rakesh_m2
Contributor
0 Kudos

I think, you cannot do it in adobe forms level...But you could split the data into different parts in code initialization part and passing data in the form table and later importing it into adobe forms..

thanks,

Rakesh.