adragan Posted July 6, 2012 Posted July 6, 2012 I tried to put a TUniDBLookupComboBox in a TUniHiddenPannel and connect it to a column in a TUniDBGrid. Ex : table Orders( order_id integer, ............. status integer ) table OrderStatus ( status integer, expl varchar(20) ) Is it possible to list in the Unidbgrid column "Expl" using UniDBLookupComboBox ? Also when choosing the "expl" value , field "status" to be updated in the Orders table. I tried various combinations. No go ! Am I doing something wrong or it is a bug ? Quote
Administrators Farshad Mohajeri Posted July 10, 2012 Administrators Posted July 10, 2012 UniDBLoopupCombo is not fully compatible with DBGrid. You can use it as a combo list provided for the field attached to that grid column. Quote
adragan Posted July 16, 2012 Author Posted July 16, 2012 Maybe you can make something like in Intraweb. DBComboBox has ItemHasValues=True Items has an ItemList like Something=Value It lists in the Combo the "Something" but when selected the "Value" goes in the database field. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.