cancel
Showing results for 
Search instead for 
Did you mean: 

UI API: What is the best way to prevent a user from changing a editbox val?

Former Member
0 Kudos

I am programmatically entering a value into a editbox on a custom form. I would like to the best way to prevent a user from editing/changing this value?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

U can try using :

oItem.Enabled = False

User can see it but cannot change it.