I use zeos r3986 + PostgreSQL 9.5 but
DBLookupComboBox doesn't work. Any idea?
Thanks
DelphiXE3 DBLookupCmb
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: DelphiXE3 DBLookupCmb
Erm - could you please post some code? DBCombobox works perfectly for me...
Re: DelphiXE3 DBLookupCmb
I tried in ObjectInspector:
DataSource -> current query(or table) for edit/insert
DataField -> Field (integer);
then
ListSource -> an other source who have needed for list of some names and id = id of the first(listfield->names and keyfield id)
but dblCmb is empty.
both data sets are active and not empty and I use quite normal in the other forms(without dblookupCmb).
I tried from the source the same thing(e.g dblcmb.DataSource:= ...) unsuccess.
Thanks
DataSource -> current query(or table) for edit/insert
DataField -> Field (integer);
then
ListSource -> an other source who have needed for list of some names and id = id of the first(listfield->names and keyfield id)
but dblCmb is empty.
both data sets are active and not empty and I use quite normal in the other forms(without dblookupCmb).
I tried from the source the same thing(e.g dblcmb.DataSource:= ...) unsuccess.
Thanks
Re: DelphiXE3 DBLookupCmb
Probably I do something wrong(but I dont know what). I tried a simple test(new project) and it works... I'm sorry for disturbs..
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: DelphiXE3 DBLookupCmb
Don't worry - things like these happen :-)
Re: DelphiXE3 DBLookupCmb
Yeah...
Thanks very much, best regards
p.s Ehhhhhhhhhhhh, I forgot to enable controls ....
Thanks very much, best regards
p.s Ehhhhhhhhhhhh, I forgot to enable controls ....