Hi,
I have a DBGrid (dbgMatch) that displays the values in a table with two fields: Name and MatchType.
When I set the table to active, the grid fills with the data, as it should.
I fill one listbox with the names and another listbox with the match types so I can use drag and drop directly into the grid fields.
Drag and drop requires a destination field to drop into. How can I create the empty record in the grid to have those fields available?
Thanks for any help in advance.
Dave
If it aint broke, fix it till it is.
I have a DBGrid (dbgMatch) that displays the values in a table with two fields: Name and MatchType.
When I set the table to active, the grid fills with the data, as it should.
I fill one listbox with the names and another listbox with the match types so I can use drag and drop directly into the grid fields.
Drag and drop requires a destination field to drop into. How can I create the empty record in the grid to have those fields available?
Thanks for any help in advance.
Dave
If it aint broke, fix it till it is.