cancel
Showing results for 
Search instead for 
Did you mean: 

Matrix password column

0 Kudos

Hi,

I want to show matrix column value as password like '******'.

I have already read post about it ( https://archive.sap.com/discussions/thread/3562850 )

At post someone said :

get the IEditText object which is related to the Specific property of the cell (active or not) then change its IsPassword property

I tried this but i cant manage to show value like password. What i m doing wrong . When i watch the ((SAPbouiCOM.EditText)mSFirm.Columns.Item("cPass").Cells.Item(i).Specific).IsPassword property this is always false.

((SAPbouiCOM.EditText)mSFirm.Columns.Item("cPass").Cells.Item(i).Specific).IsPassword = true;

Accepted Solutions (0)

Answers (0)