Hi Does anybody know how to make a text field in a form non-editable? Thanks Shal
S Shaldaman Aug 21, 2005 #1 Hi Does anybody know how to make a text field in a form non-editable? Thanks Shal
F fredg Aug 21, 2005 #2 Hi Does anybody know how to make a text field in a form non-editable? Thanks Shal Click to expand... Set the Form control's Locked property to Yes, or set it's Enabled property to No, or do both.
Hi Does anybody know how to make a text field in a form non-editable? Thanks Shal Click to expand... Set the Form control's Locked property to Yes, or set it's Enabled property to No, or do both.