Board index » delphi » DBLookupCombobox

DBLookupCombobox

Hello,

I've an irritanting problem:
When I first show a DBLookupCombobox, it's "edtibox" is empty. Does
somebody no, how I can fill it with the value of the first values from
the list, without changing any data in the datasource/dataset?

With Kind Regards,

--
Derick Rethans
JDI Media Solutions

H.v.Tussenbroekstraat 1
6952 BL Dieren
The Netherlands

e-mail: d.reth...@jdimedia.nl

 

Re:DBLookupCombobox


Value in your DBLookupCombobox window always shows what is in the buffer of
currently edited / created record.
To populate combo without modifying data in the buffer you need to use
TCombo populated from the table, and then move the value to the edited
buffer manually.

Hope it helps.

Richard

Quote
Derick Rethans <d.reth...@jdimedia.nl> wrote in message

news:3885B833.82289427@jdimedia.nl...
Quote
> Hello,

> I've an irritanting problem:
> When I first show a DBLookupCombobox, it's "edtibox" is empty. Does
> somebody no, how I can fill it with the value of the first values from
> the list, without changing any data in the datasource/dataset?

> With Kind Regards,

> --
> Derick Rethans
> JDI Media Solutions

> H.v.Tussenbroekstraat 1
> 6952 BL Dieren
> The Netherlands

> e-mail: d.reth...@jdimedia.nl

Other Threads