Abaksoft Posted November 23, 2020 Posted November 23, 2020 Dear, After populating an UnimDBLookupComboBox1, I would like to go to the First item manually (not by Select Event). And then show the KeyValueStr. procedure TFraAccueil.UnimButton1Click(Sender: TObject); begin // MyDataSet.First; No help UniDBLookupComboBox1.ItemIndex:=0; // UniDBLookupComboBox1.OnSelect(Self); // raise an AV showmessage(UniDBLookupComboBox1.KeyValueStr); end; ShowMessage shows nothing ! Thx for any help. Build 1539 Quote
Administrators Farshad Mohajeri Posted November 24, 2020 Administrators Posted November 24, 2020 Confirmed in both desktop and mobile versions. It will be implemented in next build. 1 Quote
Abaksoft Posted November 24, 2020 Author Posted November 24, 2020 24 minutes ago, Farshad Mohajeri said: Confirmed in both desktop and mobile versions. It will be implemented in next build. Thx 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.