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.
Couldn't Find ItemIndex, errors
Re: Couldn't Find ItemIndex, errors
Hello,
Are you in RAD 11.2 Alexandria? Just to make sure I do the tests with the same environment.
Are you in RAD 11.2 Alexandria? Just to make sure I do the tests with the same environment.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Couldn't Find ItemIndex, errors
Thanks, yes.
Re: Couldn't Find ItemIndex, errors
Hello,
Sorry for the delay here.
The example here seems to work fine for me here. Could you please give it a try?
Sorry for the delay here.
The example here seems to work fine for me here. Could you please give it a try?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Couldn't Find ItemIndex, errors
Thank you for your reply.
I already checked those examples and they do work, but I have a different data.
In the examples some coding is necessary
I would have expected to be possible to do all the linking / binding in design interface. I have dozens of grids that we need to port, it does not look promising if I have to programmatically link the data.
PS. This error message is not very helpful and suggests that this is perhaps not ready.
I already checked those examples and they do work, but I have a different data.
In the examples some coding is necessary
I would have expected to be possible to do all the linking / binding in design interface. I have dozens of grids that we need to port, it does not look promising if I have to programmatically link the data.
PS. This error message is not very helpful and suggests that this is perhaps not ready.