T
Tahseena Ishrat Ahmed
Dear Group
I have a Combobox to select or enter a job number. The combo box list is
limited to a list taken from a table.
My problem is while I change or type in combo box, I want to execute the
double click event or when I press enter, I want to execute some code.
Since the focus is still on the combo box, the change event does not occur.
So every time it takes the previous value of the combo box, befor typing or
changing.
When I Double Click or press enter, I want this new value displayed in the
combobox to be available.
Is there any way, I can generate the change event or any other thing, so
that this new value can be accessed or used?
I have a Combobox to select or enter a job number. The combo box list is
limited to a list taken from a table.
My problem is while I change or type in combo box, I want to execute the
double click event or when I press enter, I want to execute some code.
Since the focus is still on the combo box, the change event does not occur.
So every time it takes the previous value of the combo box, befor typing or
changing.
When I Double Click or press enter, I want this new value displayed in the
combobox to be available.
Is there any way, I can generate the change event or any other thing, so
that this new value can be accessed or used?