B
Bob
What conditioning Format could I use so if the cursor is in the text box it
will change Color.Thanx Bob
--
..........Jenny Vance
will change Color.Thanx Bob
--
..........Jenny Vance
Bob said:What conditioning Format could I use so if the cursor is in the text
box it will change Color.Thanx Bob
Rick Brandt said:If you make all TextBoxes have a background color that contrasts with the form
then make them all transparent the one with focus will show the contrasting
color because the transparent property is ignored for the control with focus.
That would require no code at all.
Niniel said:Yes, very clever indeed.
The only problem I see with this approach is that it makes the text
boxes look inactive, the same way a greyed-out menu item is
unavailable.