DBLookupComboBox doesnt work

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
ssamayoa
Junior Boarder
Junior Boarder
Posts: 29
Joined: 14.01.2006, 19:06

DBLookupComboBox doesnt work

Post by ssamayoa »

Hi.

I'm writting a simple table maintenance programs and found that DBLookupComboBox doenst work well with Zeos. The control doesnt show the current value but if I click on drop button the list shows the correct selected record.

I remeber suffering this before (I just re-start my Delphi programming after a while) but no idea where I should start looking.

I've already try with lookup field and setting lookup properties in the control. Also doing a fetch all on lookup dataset and refresh on control.

Some advice apreciatted.

Regards.
ssamayoa
Junior Boarder
Junior Boarder
Posts: 29
Joined: 14.01.2006, 19:06

Post by ssamayoa »

I found the problem in CompareFieldsFromResultSet() in ZDatasetUtils as some posts here points.

I check CVS and found that the source has the correction.

I better checkout sources from CVS and try from it.

Regards.
Post Reply