Hi all.. can you please help in this small thing?
I have two comboboxes, on activation the form, i populate both of them with the same items text, by adding, so far ok. I would like to set the selected text of combobox2 to that one of combobox1. I have two events handles, one ComboBox1DropDown and the other ComboBox1Change i tried the following lines but it does not work:
ComboBox2->Text = ComboBox11->Text;
and in another way this line:
ComboBox2->SelText = ComboBox1->SelText;
but again, none works. can you help plz!
tnx
I have two comboboxes, on activation the form, i populate both of them with the same items text, by adding, so far ok. I would like to set the selected text of combobox2 to that one of combobox1. I have two events handles, one ComboBox1DropDown and the other ComboBox1Change i tried the following lines but it does not work:
ComboBox2->Text = ComboBox11->Text;
and in another way this line:
ComboBox2->SelText = ComboBox1->SelText;
but again, none works. can you help plz!
tnx