Guest_imported
New member
- Jan 1, 1970
- 0
Hi
I have a DBlookupcombobox. I've written this code (on enter event)so that it automatically dropdown once you set focus on it...
procedure TFmHHold.DBLookupComboBox2Enter(Sender: TObject);
begin
DBLookupComboBox2.DropDown;
end;
my problem is that even though i select an item from the dropdown (with the up/down arrow key from keyboard)it does not update my field value. It always shows the previous value.
can someone help me please
I have a DBlookupcombobox. I've written this code (on enter event)so that it automatically dropdown once you set focus on it...
procedure TFmHHold.DBLookupComboBox2Enter(Sender: TObject);
begin
DBLookupComboBox2.DropDown;
end;
my problem is that even though i select an item from the dropdown (with the up/down arrow key from keyboard)it does not update my field value. It always shows the previous value.
can someone help me please