I have had someone in another forum, make a sample C++ Builder form and a simple database setup. After downloading it from the forum, I compiled it and it ran alright. So I decided to tweak it a bit.
He had, no fault on him, 4 combobox setup the first one year, the next make, then style, and then model. Each combobox changes upon the result of the previous combobox, and then model combobox shows what cars are available.
The way I want it, is to set up it to Year,make, Model, and style, and then from there, the result of the whole selection.
Any way his worked fine. When I found all the changes, or so I thought, I get some sort of error right after compile.
Can you guys check my files, to see what I need to change.
Here the original link
http://forums.devshed.com/t193483/s.html
I have put both zip files his and mine for you to see where I stepped off the golden path
Thank you