I have a screen with some input fields. Also i have an Grid control on the screen. I want the cursor to be set on a specific field in the grid control when the user press ENTER. I ex. the input field contains the customer number. When the user press enter the cursor should be placed on a field of that customer in the grid control.
How to do that?
/Jakob