Special background color for NOT activated textbox ??

ksor

Registered User.
Local time
Yesterday, 22:28
Joined
Feb 8, 2018
Messages
70
I have a textbox in a continuous form, placed behind all other controls and I want it DISABLED. I use it for highliting the record i focus with a special color - and it works, but ...


When a record is NOT in focus I just want to see that "behind-textbox" but not with the DISABLED standard color (a sort of gray) but I want to set it to another color.


No matter what Background color I set for the textbox the DISabling sets the actual color to that gray'ish one for disabled controls !


How can I change that color ?
 
Hi. Have you tried setting its Locked property to Yes?
 
Have you tried jut locking it instead?
 
Argh ... ofcause it worked !


THX to both of you !
 
Hi. You're welcome. Gasman and I were happy to assist. Good luck with your project.
 

Users who are viewing this thread

Back
Top Bottom