Hi Josep,
Thank you for replying.
It is great that the problem is solved for me.
Kind regards,
Ruud Reinders
Search found 4 matches
- Fri Aug 04, 2006 10:49 am
- Forum: VCL
- Topic: Access violation by using TeeChartPro v7.07 and ODAC
- Replies: 6
- Views: 4824
- Thu Aug 03, 2006 12:15 pm
- Forum: VCL
- Topic: Access violation by using TeeChartPro v7.07 and ODAC
- Replies: 6
- Views: 4824
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...
- Thu Aug 03, 2006 9:33 am
- Forum: VCL
- Topic: Access violation by using TeeChartPro v7.07 and ODAC
- Replies: 6
- Views: 4824
- Thu Aug 03, 2006 6:20 am
- Forum: VCL
- Topic: Access violation by using TeeChartPro v7.07 and ODAC
- Replies: 6
- Views: 4824
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 ...