Couldn't Find ItemIndex, errors
Posted: Mon Jan 23, 2023 11:21 am
Trying a fairly simple chart using TDBChart, I constantly get "Couldn't find ItemIndex" error message. This does seem to relate to BindingsList, LinkGridToDataSource... I tried to create the connection both manually and with TDBChart's BindVisually.
Is there a demo available with TDBChart that retrieves data (perhaps date / value) from a database (Oracle / MSSQL Server)?
Working with complex DB linked chart's in VCL works fine.
The data displays correctly in a grid when not linked to TDBChart.
I can only find Demos using TChart, not TDBChart.
Using TChart adding the data from the dataset in a loop also works fine.
PS. Working with TDBChart is does create a lot of errors, crash, and strange error messages.
If I create a series, delete and try to create again I get an error message that it already exists.
I repeatedly restarted and cleaned my project, but it seems a lot of junk is left.
Deleting a TDBChart frequently causes Access Violation in Delphi.
Is there a demo available with TDBChart that retrieves data (perhaps date / value) from a database (Oracle / MSSQL Server)?
Working with complex DB linked chart's in VCL works fine.
The data displays correctly in a grid when not linked to TDBChart.
I can only find Demos using TChart, not TDBChart.
Using TChart adding the data from the dataset in a loop also works fine.
PS. Working with TDBChart is does create a lot of errors, crash, and strange error messages.
If I create a series, delete and try to create again I get an error message that it already exists.
I repeatedly restarted and cleaned my project, but it seems a lot of junk is left.
Deleting a TDBChart frequently causes Access Violation in Delphi.