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 nastoskiigor

  1. nastoskiigor

    how to display all DB field values into the ListBox

    Hi! I' m working on project that include programming in Borland C++ Builder. I'm trying to make a database application, but I found myself in trouble. Some time ago, while I was going through a help file, I saw a function that display all values of certain DB field (for examle field ½CustNo½)...
  2. nastoskiigor

    how to copy values of DB field into the ListBox

    Hi!Me again. Once I saw in help file a method that copy all values of certain DB field into ListBox component, but I can't find it now.Can you help?(Was it something with LoadFrom... or CopyFrom...?) ListBox1->Items->LoadFrom...Table1->FieldByName("Cust")...
  3. nastoskiigor

    mp3 player implementation

    Maybe this can help! Why don't you use Borland Builder C++. There is a MediaPlayer component, it will make your work much more easy!
  4. nastoskiigor

    delete or insert a record from database

    Hi! Error ocure when I wont to insert or delete a record from a database.Message is that Table1 is not in insert or edit mode. My code is: //for deleting a record after clicking a Button1 Table1->Delete(); Table1->Post(); //for inserting a record after clicking a Button2 Table1->Insert()...

Part and Inventory Search

Back
Top