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: 
Read only

READ_TEXTwith Underline

Former Member
0 Likes
920

Hi Friends,

In my adobe forms I need to read two or more standard text dynamically and then concatenate,after this I need to display  ,some of this standard text are 'TEXT' with underline. and this text are standard paragraph format with <U>.....</> tag for underline.when i read this Standard text it come with tdline <U>...</>.

But i want to display this text with underline. As this text are dynamically selected ,So i cannot make this text include in forms,and not all texts are underline .I did not found any solution for this.

Please help me..

Thanks

Hi Friends,

In my adobe forms I need to read two or more standard text dynamically and then concatenate,after this I need to display  ,some of this standard text are 'TEXT' with underline. and this text are standard paragraph format with <U>.....</> tag for underline.when i read this Standard text it come with tdline <U>...</>.

But i want to display this text with underline. As this text are dynamically selected ,So i cannot make this text include in forms,and not all texts are underline .I did not found any solution for this.

Please help me..

Thanks

3 REPLIES 3
Read only

uttam_kumar4
Explorer
0 Likes
739

Hi Sk,

After the dynamic read, do a replace all occurrences of <U> by space and replace all occurrences of </> by space, use the result and while displaying if you have option of displaying with underline, use some HTPL coding and it should be done,

Thanks

Read only

0 Likes
739

can please give me some example

Read only

rosenberg_eitan
Active Contributor
0 Likes
739

Hi,

Have a look here.

Regards