go to www.apexsc.com (they're the maker of DBgrid) and look there for the "DBGrid Survival Kit", i think you can find it on ther download page.. this is a collection of Help file and tutorials and examples on all aspects of DBgrid
Printable View
go to www.apexsc.com (they're the maker of DBgrid) and look there for the "DBGrid Survival Kit", i think you can find it on ther download page.. this is a collection of Help file and tutorials and examples on all aspects of DBgrid
Thanks.
How do I use the DBGrid's button property? The help that I have just says:
Typically, you enable the column button when you want to drop down a control (such as the built-in combo box, a bound list box, or even another DBGrid control) for editing or data entry. When the button in the current cell is clicked, the ButtonClick event will be fired. You can then write code to drop down the desired control from the cell.
It doesn't give me an example or anything else on how to do this. Can someone help with this?
Broken link.Quote:
Originally Posted by pardede