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

Underlining in Smartforms

kiran_k8
Active Contributor
0 Likes
848

Hi Folks,

Can anyone here let me know how to underline a word in smart form.

In the text editor I tried the following ways:-

1.<TI>________________</>

this is giving me underline but is bolded which I don't want.

2.<K>________________</>

this one is also showing me the ouput in the same way as mentioned earlier.

3.&Sy-uline&

it is giving me a line by default as much as the width of the window which I don't want.

All the above mentioned ways gives a blank line too.

I just want 'Kiran' to be underlined,but not bolded.

Kindly let me know.

Points will be given.

K.Kiran.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
543

Hi,

You need to use &ULINE& statment.

&ULINE(4)& will come a underline upto 4 charecters

Regards

Sudheer

4 REPLIES 4
Read only

Former Member
0 Likes
544

Hi,

You need to use &ULINE& statment.

&ULINE(4)& will come a underline upto 4 charecters

Regards

Sudheer

Read only

Former Member
0 Likes
543

hi kiran

do ths

create a smartstyle in transaction smartstlye and check the underline option there and use this smartstyle in smartform

regards

navjot

reward if helpfull

Read only

kiran_k8
Active Contributor
0 Likes
543

Hi Folks,

I got it.I had given a character format as U in smart styles and ticked the underline option.This solved the problem.

One more question I am having.Here we are creating all the character format and paragraph formats in LO_STYLE itself as it allowing us to do the same.(probably the people who worked earlier would have got the access key and didn't closed it)

Now if I transport this smartform which is using all newly added character and paragraph formats in LO_STYLE will all the changes get carried on?

I have mentioned the LO_STYLE wherever needed.

Kindly let me know.Points will be given.

K.Kiran.

Read only

kiran_k8
Active Contributor
0 Likes
543

PROBLEM SOLVED