DelphiXE3 DBLookupCmb

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
exdatis
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: 18.05.2010, 06:27

DelphiXE3 DBLookupCmb

Post by exdatis »

I use zeos r3986 + PostgreSQL 9.5 but
DBLookupComboBox doesn't work. Any idea?
Thanks
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1939
Joined: 17.01.2011, 14:17

Re: DelphiXE3 DBLookupCmb

Post by marsupilami »

Erm - could you please post some code? DBCombobox works perfectly for me...
exdatis
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: 18.05.2010, 06:27

Re: DelphiXE3 DBLookupCmb

Post by exdatis »

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
exdatis
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: 18.05.2010, 06:27

Re: DelphiXE3 DBLookupCmb

Post by exdatis »

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.. :roll:
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1939
Joined: 17.01.2011, 14:17

Re: DelphiXE3 DBLookupCmb

Post by marsupilami »

Don't worry - things like these happen :-)
exdatis
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: 18.05.2010, 06:27

Re: DelphiXE3 DBLookupCmb

Post by exdatis »

Yeah... :wink:
Thanks very much, best regards
p.s Ehhhhhhhhhhhh, I forgot to enable controls .... :(
Post Reply