Non-editable text fields

S

Shaldaman

Hi
Does anybody know how to make a text field in a form non-editable?

Thanks
Shal
 
F

fredg

Hi
Does anybody know how to make a text field in a form non-editable?

Thanks
Shal

Set the Form control's Locked property to Yes,
or set it's Enabled property to No,
or do both.
 
Top