eequalsmc2plus1
Programmer
Hi,
Another grid question,
I got grid and when someone click on it, focus set to text box, then on the change event of text box I set the grid text = textbox text. BUT ... person cant see where they are on the grid because focus is set to the text box.
How you get around this ?
Tried not setting focus to text box and then on the keypress event of grid setting the text box text = text & chr(keyascii) from the grid, works fine, but when you try delete text it screws up, puts lines in text box.
What else can I do ?
Thanks,
Damian
Another grid question,
I got grid and when someone click on it, focus set to text box, then on the change event of text box I set the grid text = textbox text. BUT ... person cant see where they are on the grid because focus is set to the text box.
How you get around this ?
Tried not setting focus to text box and then on the keypress event of grid setting the text box text = text & chr(keyascii) from the grid, works fine, but when you try delete text it screws up, puts lines in text box.
What else can I do ?
Thanks,
Damian