this is a small project with a few lines off code.The question is:
I have in the begining off the code a few instructions to make the program works with the key "enter".This few lines off code works with others projets very well,but I don't now why,don't work with this one!
I had add the code for simply verification!
Thanks
Last edited by sacramento; Dec 15th, 2004 at 08:12 PM.
Thanks for your help but I finc you don't had understand my problem:
1 - I don't need to walk in the flexgrid with the key enter
2 - I have a code to the key enter,and the code works fine in anotther projects.
The problem is with particullary with this project,because I don't now why the key enter don't walk throught the text boxes,and when I press the enter key the focus jump to the flexgrid.
If you run the project in attachament you can see this!
The click event of any button whose Default property is True is fired when the Enter key is pressed. Command2 is your default button. The code in its click event sets focus to the FlexGrid.