cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the font style of user in webdynpro code

Former Member
0 Kudos

Hi Experts

I have retrieved the user in webdynpro code through ume api .

But the username is getting displayed in bold by default.

Could you suggest me how to convert it to normal font so that the username is not displayed in bold.

Regards

Chandana

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I have used dynamic coding in my programming,however your suggestion helped me to solve the problem.

Thanks Ayyapparaj

Former Member
0 Kudos

Hi,

You haven't mentioned which UI elememt you are using to display the user name. For textView you can use the design property and set the value as standard.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ayyapparaj

I used TextView to display the username.Could you guide me in detail how to use the design property and set the value as standard.

Regards

Chandana

Former Member
0 Kudos

Hi,

Select the TextView.

Right Click-> Properties->

Design-> set this to standard.

Regards

Ayyapparaj