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½)...
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")...
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()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.