dantheinfoman
Programmer
Hi All,
I'm trying to return the character (for a seek or locate) of whatever key(s) is pressed in the keypress event. I have a grid and want to allow users to start typing and for it to search the nearest values in order for them to zoom around the grid, rather than clicking the down arrow a gazillion times. I've heard of incremental grid searching, but frankly, I'd be happy to just be able to SEEK on the first letter typed. I can't even do that because I can't seek on a number, I need a way to convert the 'nKeyCode' into a Character. For example, instead of the nKeyCode being 115, I'd rather be able to convert to see that it was a letter 's' that was typed. 115 is meaningless to my SEEK command.
Thanks for any advise!
Dan
I'm trying to return the character (for a seek or locate) of whatever key(s) is pressed in the keypress event. I have a grid and want to allow users to start typing and for it to search the nearest values in order for them to zoom around the grid, rather than clicking the down arrow a gazillion times. I've heard of incremental grid searching, but frankly, I'd be happy to just be able to SEEK on the first letter typed. I can't even do that because I can't seek on a number, I need a way to convert the 'nKeyCode' into a Character. For example, instead of the nKeyCode being 115, I'd rather be able to convert to see that it was a letter 's' that was typed. 115 is meaningless to my SEEK command.
Thanks for any advise!
Dan