Claus Pedersen
Member³
I have a table with a foreign key to another table (e.g. scott/tiger emp with foreign key to dept.dept_no) and edit the table data in the SQL window grid. I have (amongst others) the values 1, 11, 40, 41 in the list of department numbers.
In a new record, I use the dropdown to show the list. I want to select 41 and first type "4" on the keyboard. The list shifts to the row with 40. I then press "1" and the lists shifts to 41. I press Enter to select this value. This works as expected.
Now, again on a new record, I want to select 10. I open the list and press "1", the list shifts to 1. If I press "0" to shift to 10, the list stays on 1 and if I press Enter, the value 10 in the field is replaced by 1, because the list was not updated.
This can not be by design, so it must be fixed.
In a new record, I use the dropdown to show the list. I want to select 41 and first type "4" on the keyboard. The list shifts to the row with 40. I then press "1" and the lists shifts to 41. I press Enter to select this value. This works as expected.
Now, again on a new record, I want to select 10. I open the list and press "1", the list shifts to 1. If I press "0" to shift to 10, the list stays on 1 and if I press Enter, the value 10 in the field is replaced by 1, because the list was not updated.
This can not be by design, so it must be fixed.