Hi:
When you disable a text box you get the "ghost effect" on the
associated label control. How can you mimic that same effect on a
label not associated with a text box?
Basically, the setup I have is:
lblControlName txtControl lblUnit
Where:
lblControlName is the title of the control (e.g., "Density")
txtControl is the value (e.g., 8.34)
lblUnit is the unit for the control (e.g., "lbs/gal")
For certain records I need to disable txtControl because I don't what
the user entering data. When I set enabled = false for txtControl,
lblControlName also goes to ghost. However, lblUnit doesn't and it
looks funny. How do I get it to mimic the ghost effect?
Thanks
Tom
When you disable a text box you get the "ghost effect" on the
associated label control. How can you mimic that same effect on a
label not associated with a text box?
Basically, the setup I have is:
lblControlName txtControl lblUnit
Where:
lblControlName is the title of the control (e.g., "Density")
txtControl is the value (e.g., 8.34)
lblUnit is the unit for the control (e.g., "lbs/gal")
For certain records I need to disable txtControl because I don't what
the user entering data. When I set enabled = false for txtControl,
lblControlName also goes to ghost. However, lblUnit doesn't and it
looks funny. How do I get it to mimic the ghost effect?
Thanks
Tom
Comment