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 bkrike 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 tbutisca

  1. tbutisca

    TQuery!

    How can I change the fields value in a TQuery object, after a SQL query?
  2. tbutisca

    component to make interactive charts

    First declare a TChart object (Chart1). Like this I used it: Chart1->Series[0]->Clear(); // reset contents Chart1->Series[0]->Add( value, string to be display, clTeeColor); For more see help.
  3. tbutisca

    TQuery

    How can I change the fields value in a TQuery object, after a SQL query?

Part and Inventory Search

Back
Top