cancel
Showing results for 
Search instead for 
Did you mean: 

**** like display in Password edit box

former_member637595
Participant
0 Kudos

How can i make the display of password edit box like ****.

Should i write code; if yes then how?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI

There is no way you can make a field as password field in SAP business one

Workaround for this as discussed in many of threads is that you need to place a hidden edittext

When user enters a character in yourpassword field catch the keypress event in beforeaction true and place that character in hidden field and then place character '*' in your password field

While adding to database get that hidden field value (Encrypt that if you want).

Hope it helps you

Regards

Vishnu

Answers (0)