I've been using Delphi 6 for about a month now. I use it to develop DB applications; so far a DBGrid or navigator panel has done the trick - 'till now.
I have an array of records that reflects the columns (& rows) of a database table. I need a screen that displays a checkbox and 6 different fields as many times as rows in the database. This must appear in a scrollable window and allow for insert/delete of records.
Note: I look at this approach because I can't define different fields types in a DBGrid: a checkBox, two DBLookupCombo (which obtain their list values from other tables) and three DBedit fields.
Is there a way I can do this?
I'll REALLY appreciate tips on this subject...
I have an array of records that reflects the columns (& rows) of a database table. I need a screen that displays a checkbox and 6 different fields as many times as rows in the database. This must appear in a scrollable window and allow for insert/delete of records.
Note: I look at this approach because I can't define different fields types in a DBGrid: a checkBox, two DBLookupCombo (which obtain their list values from other tables) and three DBedit fields.
Is there a way I can do this?
I'll REALLY appreciate tips on this subject...