Input for Search Box With Grid
Posted: Sun Jul 26, 2009 10:45 am
I have a search box associated with a grid that works just fine. Every time a press a key the grid changes to get closer to the "target"
I have an alternate method for entering data. The user can press (mouse click) a hot button. The program reads the button key, and assigns the appropriate character and prints it in the search box. The search grid does nothing. Printing a character in the search box apparently not quite the same as pressing a key.
What is the print fields format that is equivalent to pressing a key, or is there some other sequence that will be the equivalent.
I hope that is somewhat clear.
I have an alternate method for entering data. The user can press (mouse click) a hot button. The program reads the button key, and assigns the appropriate character and prints it in the search box. The search grid does nothing. Printing a character in the search box apparently not quite the same as pressing a key.
What is the print fields format that is equivalent to pressing a key, or is there some other sequence that will be the equivalent.
I hope that is somewhat clear.