enable not functioning properly

D

Daniel

I am using a text box behind the controls on my form to apply conditional
formating (ie color). I have put Enabled=no and Locked=yes so that the
textbox cannot have the focus. This to avoid the user clicking outside a
control and the focus transfering to the Text box and hiding all the real
controls on the form.

the problem is that it isn't working. The enabled=no is supposed to disable
focus to the item but I can still select it and it gain focus. How can I
solve my problem?

Daniel
 
Top