Hello,
In a Combobox, how can I detect if the user clicks on the [u:uhgdyag5]same[/u:uhgdyag5] item indicated in VAR clause?.
So as something as NO CHANGE clause (opposite as ON CHANGE ...)
Thank you!!.
Hello,
In a Combobox, how can I detect if the user clicks on the [u:uhgdyag5]same[/u:uhgdyag5] item indicated in VAR clause?.
So as something as NO CHANGE clause (opposite as ON CHANGE ...)
Thank you!!.
elvira wrote:Hello,
In a Combobox, how can I detect if the user clicks on the same item indicated in VAR clause?.
So as something as NO CHANGE clause (opposite as ON CHANGE ...)
Thank you!!.
Enrico,
Thank you but It does not work for me.
It is a question of focus. To detect when the user clicks on the combobox to the same ítem, so to show a message or change the focus to the next control.
elvira wrote:Enrico,
Thank you but It does not work for me.
It is a question of focus. To detect when the user clicks on the combobox to the same ítem, so to show a message or change the focus to the next control.
Enrico,
The ON CHANGE method isn´t fired as the user did not change the ítem on the combo.
That´s the problem I find.
elvira wrote:Enrico,
The ON CHANGE method isn´t fired as the user did not change the ítem on the combo.
That´s the problem I find.
One more try: can you check bCloseUp codeblock?
EMG
From looking at the code for TCombo it looks like bSetGet will work. See the Change() method.
James
Hello
The bcloseup works !!. Thank You