Search found 4 matches

by reindruu
Fri Aug 04, 2006 10:49 am
Forum: VCL
Topic: Access violation by using TeeChartPro v7.07 and ODAC
Replies: 6
Views: 4786

Hi Josep,

Thank you for replying.
It is great that the problem is solved for me.

Kind regards,

Ruud Reinders
by reindruu
Thu Aug 03, 2006 12:15 pm
Forum: VCL
Topic: Access violation by using TeeChartPro v7.07 and ODAC
Replies: 6
Views: 4786

Hi Josep, It seems like you have the problem solved!!!!! I've added the following code in the FormClose section: TChartSeries *tmpSeries; while ( theDBChart->SeriesList->Count > 0 ) { tmpSeries = theDBChart->Series[0]; tmpSeries->ParentChart = 0; tmpSeries->Free(); } And this we do for every DBChart...
by reindruu
Thu Aug 03, 2006 9:33 am
Forum: VCL
Topic: Access violation by using TeeChartPro v7.07 and ODAC
Replies: 6
Views: 4786

Hi Josep,

I think that is a problem. I can send you the complete application, but I don't think you can run it because it needs an oracle database with correct schema and tables.
Do you think you can use the complete application for investigating??

Kind regards,

Ruud Reinders
by reindruu
Thu Aug 03, 2006 6:20 am
Forum: VCL
Topic: Access violation by using TeeChartPro v7.07 and ODAC
Replies: 6
Views: 4786

Access violation by using TeeChartPro v7.07 and ODAC

Hi, We have an application with C++ Bulder 6 which is using TeeChartPro v7.07 and BDE (to an Oracle database). We want to get rid of the BDE (Borland had stopped with BDE). Now we want to use ODAC (Core Lab) or DOA (allroundautomation). When we are going to use other database components than BDE we ...