how to disable form fields based on user enteries?

S

Sunder64

I am stuck!! I would like to disable fields based on user entries i
another field.

While I am able to setfocus to another field ,I am unable to disabl
or"gray-out" the fields in between.

Any ideas??

Sunder
 
K

Klatuu

Enabled will grey it out. If you want to see it as it is, but not be able to
change it,
Enabled = True
Locked = True
 
Top