Rajesh Karunakaran
Programmer
Hi Team!
I have a combo box in a grid. The rowsource is a cursor generated in 'When' method through a SELECT statement. I want to move to the next column, ie next cell in same row, when user selects a value from the Combo. But now, after selection control stays with the Combo and I have to press Enter to move to the next column.
Is there any way to move control to next column upon selection form the Combo box?
I tried setting 'SET CONFIRM OFF' but it doesn't have any effect.
May be a 'KEYBOARD {ENTER}' will work, but I am a bit reluctant to use KEYBOARD command as I have to then ensure that it is taken off from the memory that it doesn't go in for another control unexpectedly.
Any straight forward method?
Thanks in advance,
Rajesh
I have a combo box in a grid. The rowsource is a cursor generated in 'When' method through a SELECT statement. I want to move to the next column, ie next cell in same row, when user selects a value from the Combo. But now, after selection control stays with the Combo and I have to press Enter to move to the next column.
Is there any way to move control to next column upon selection form the Combo box?
I tried setting 'SET CONFIRM OFF' but it doesn't have any effect.
May be a 'KEYBOARD {ENTER}' will work, but I am a bit reluctant to use KEYBOARD command as I have to then ensure that it is taken off from the memory that it doesn't go in for another control unexpectedly.
Any straight forward method?
Thanks in advance,
Rajesh