Rod C
01-03-2002, 02:13 PM
I have some text boxes on a form set to Enabled = No so that they can't get focus and they can't be changed but it makes the data to gray.
Do you know of any way to get the black font back?
Jack Cowley
01-03-2002, 02:15 PM
Set Enabled to Yes, Locked Yes and set Tab Stop to No.
Rod C
01-03-2002, 02:45 PM
Thank you for the reply.
This worked with one exception, the controls can now have the focus and I don't want them to.
Any ideas how to accomplish this without allowing focus?
Should be enabled No, Locked Yes
Rod C
01-04-2002, 08:32 AM
Thanks, that looks like it.