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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cupidfauna

  1. cupidfauna

    TDBChart

    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...
  2. cupidfauna

    Saving a Chart as a GIF File ?

    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...

Part and Inventory Search

Back
Top