cupidfauna
Programmer
hi!
i'm trying to manipulate TDBChart in Borland C++ Builder during runtime
since i have to get the result from a query executing at runtime.
how do i do these things? i have tried the following code:
TBarSeries *MySeries;
MySeries = new TBarSeries(this);
MySeries->ParentChart = DBChart1;
but it gives me an EAccessViolation....hope somebody can help me with
this problem.
thanks in advance
i'm trying to manipulate TDBChart in Borland C++ Builder during runtime
since i have to get the result from a query executing at runtime.
how do i do these things? i have tried the following code:
TBarSeries *MySeries;
MySeries = new TBarSeries(this);
MySeries->ParentChart = DBChart1;
but it gives me an EAccessViolation....hope somebody can help me with
this problem.
thanks in advance