Lena Posted July 15, 2015 Posted July 15, 2015 Hi! How I can change KeyValue UniDBLookupComboBox in code? void __fastcall TMainForm::UniDBLookupComboBox1CloseUp(TObject *Sender) { if(UniDBLookupComboBox2->Items->Count > 0)//I see Count = 2 UniDBLookupComboBox2->KeyValue = 0; } But I do not see the data in UniDBLookupComboBox2.I had to make an extra mouse click to see the data. Thanks. Quote
Administrators Farshad Mohajeri Posted July 16, 2015 Administrators Posted July 16, 2015 Can you open a case in active reports forum with a complete test case? 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.