I have a field on my form of which I'm setting the value programmaticall y. I
don't want the users to be able to setfocus to the field. I've set the
tabstop property to false. However, the user is still able to click in the
field and then it gets focus. How can I prevent the user from selecting the
field?
thanks,
john
don't want the users to be able to setfocus to the field. I've set the
tabstop property to false. However, the user is still able to click in the
field and then it gets focus. How can I prevent the user from selecting the
field?
thanks,
john
Comment