amorosik
Member
- Local time
- Today, 11:28
- Joined
- Apr 18, 2020
- Messages
- 508
I need your help with a problem that sometimes comes up
A form with some comboboxes and other objects
Inside the RowSource property of the combos are linked to the underlying db
Some combos behave strangely in the sense that if I type in a value that is definitely present among the lines displayed in the combo, and press Enter, the line is not selected
I have attached an example with a code fragment sufficient to explain the problem exactly
To reproduce the error I'm complaining about:
- start the frmMovimentiContabiliInsMod form
- type 1 in the 'Caus. Contabile' combo and press Enter
- the cursor will move to the 'Cod.Cli' combo
- type 5 and press Enter - the error 'Missing list item...' will be displayed
Even if the row with the value 5 in the first column is present
If instead of 5 you type 13 (from 11 onwards) the row is correctly selected
The question is: why are the values 3,5,7,8,9 not 'recognized' when typed?
(Win10 + Access 2013 32bit + db Firebird + odbc)
A form with some comboboxes and other objects
Inside the RowSource property of the combos are linked to the underlying db
Some combos behave strangely in the sense that if I type in a value that is definitely present among the lines displayed in the combo, and press Enter, the line is not selected
I have attached an example with a code fragment sufficient to explain the problem exactly
To reproduce the error I'm complaining about:
- start the frmMovimentiContabiliInsMod form
- type 1 in the 'Caus. Contabile' combo and press Enter
- the cursor will move to the 'Cod.Cli' combo
- type 5 and press Enter - the error 'Missing list item...' will be displayed
Even if the row with the value 5 in the first column is present
If instead of 5 you type 13 (from 11 onwards) the row is correctly selected
The question is: why are the values 3,5,7,8,9 not 'recognized' when typed?
(Win10 + Access 2013 32bit + db Firebird + odbc)