tDbComboBox, tDbListBox empty
Posted: Wed 02 Mar 2011 17:38
Hi, I think that I am loosing my mind.
On a simple form I put one
- MyConnection and set it up and active = true
- MyTable set it up and active = true
- MyDataSource set it up
- tDbEdit set up to MyDatasource then select field Gestions
- tDbListBox set up to MyDatasource then select field Gestions
- tDbComboBox set up to MyDatasource then select field Gestions
- tDbGrid set up to MyDatasource
In the VCL
- tDbEdit field Gestions = Gest2011
- tDbListBox no display at all
- tDbComboBox field Gestions = Gest2011
- tDbGrid all fields and data is there
Run this very small application
- tDbEdit field Gestions = Gest2011
- tDbListBox no display at all
- tDbComboBox field Gestions = Gest2011 but the dropdown is empty
- tDbGrid all fields and data is there
I could move from record to record, every component is updated except the tDblistBox is allways empty.
For the tDbComboBox the dropdown is still empty
There is some bad day...
On a simple form I put one
- MyConnection and set it up and active = true
- MyTable set it up and active = true
- MyDataSource set it up
- tDbEdit set up to MyDatasource then select field Gestions
- tDbListBox set up to MyDatasource then select field Gestions
- tDbComboBox set up to MyDatasource then select field Gestions
- tDbGrid set up to MyDatasource
In the VCL
- tDbEdit field Gestions = Gest2011
- tDbListBox no display at all
- tDbComboBox field Gestions = Gest2011
- tDbGrid all fields and data is there
Run this very small application
- tDbEdit field Gestions = Gest2011
- tDbListBox no display at all
- tDbComboBox field Gestions = Gest2011 but the dropdown is empty
- tDbGrid all fields and data is there
I could move from record to record, every component is updated except the tDblistBox is allways empty.
For the tDbComboBox the dropdown is still empty
There is some bad day...