Hello .. I have a question on a simple problem.
VFP 6.0
I have a grid on a form populated with employee name and
addresses.
Also on the form I have a text box that has focus where I do
a seek as I type the employee name to search..
The grid jumps down to the area where the name matches as I
type, fine
What I want to do is change the color of the grid cell where
the name gets focus changed to a different color, or set the
fontbold to .t. so the user can see exactly where on the
grid their typing is taking them.
Is this possible to do with grid elements? I can change the
fontbold for the entire grid but not for individual cells.
ie. "thisform.employee.column1.text1.fontbold = .t."
Thanks, foxproboss
VFP 6.0
I have a grid on a form populated with employee name and
addresses.
Also on the form I have a text box that has focus where I do
a seek as I type the employee name to search..
The grid jumps down to the area where the name matches as I
type, fine
What I want to do is change the color of the grid cell where
the name gets focus changed to a different color, or set the
fontbold to .t. so the user can see exactly where on the
grid their typing is taking them.
Is this possible to do with grid elements? I can change the
fontbold for the entire grid but not for individual cells.
ie. "thisform.employee.column1.text1.fontbold = .t."
Thanks, foxproboss