Re: [Lazarus] [PATCH/RFC] DBGrid: allow editing of lookup columns via picklist

2008-10-11 Thread Micha Nelissen
Alexander Klenin wrote: Attached patch allows user to edit lookup fields in DBGrid, in a manner similar to Delphi. If no one responds within a few days, please add to the bug tracker so that it won't be forgotten. Micha ___ Lazarus mailing list

Re: [Lazarus] [PATCH/RFC] DBGrid: allow editing of lookup columns via picklist

2008-10-11 Thread Alexander Klenin
On Sat, Oct 11, 2008 at 21:15, Micha Nelissen [EMAIL PROTECTED] wrote: Alexander Klenin wrote: Attached patch allows user to edit lookup fields in DBGrid, in a manner similar to Delphi. If no one responds within a few days, please add to the bug tracker so that it won't be forgotten. Added

[Lazarus] [PATCH/RFC] DBGrid: allow editing of lookup columns via picklist

2008-10-10 Thread Alexander Klenin
Attached patch allows user to edit lookup fields in DBGrid, in a manner similar to Delphi. However, it has some problems/limitations, so please review: 1) The patch contains an ugly hack to access TLookupList's internal representation. It is, of course, much cleaner to modify the TLookupList