Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TDBChart

Status
Not open for further replies.

cupidfauna

Programmer
Nov 18, 2001
2
US
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top