Page 1 of 1

DBLookupComboBox doesnt work

Posted: 14.01.2006, 19:36
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.

Posted: 14.01.2006, 19:55
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.