TheBlainer
Programmer
Hi
I have a form with a combobox with 8 elements in it.
Now, in the interactivechange of this combobox, it calls a form(named frmMoreInfo) for more information on the choice.
I want frmMoreInfo to be called anytime I click on one of the choice in the combobox EVEN if it's the same item that is already selected.
The problem is that with interactivechange, it doesn't apply on selecting the same item.
I tried with valid and it was doing what I want. But it's when it lost focus and when I click on a button or something else, valid is called again and I see another time my frmMoreInfo.
I tried click, but it wasn't great, because frmMoreInfo was called too easily and too much time.
So I was wondering if there was a way or trick to make it work correctly with interactivechange, valid or click to make what I want to do working
Thanks
TheBlainer
I have a form with a combobox with 8 elements in it.
Now, in the interactivechange of this combobox, it calls a form(named frmMoreInfo) for more information on the choice.
I want frmMoreInfo to be called anytime I click on one of the choice in the combobox EVEN if it's the same item that is already selected.
The problem is that with interactivechange, it doesn't apply on selecting the same item.
I tried with valid and it was doing what I want. But it's when it lost focus and when I click on a button or something else, valid is called again and I see another time my frmMoreInfo.
I tried click, but it wasn't great, because frmMoreInfo was called too easily and too much time.
So I was wondering if there was a way or trick to make it work correctly with interactivechange, valid or click to make what I want to do working
Thanks
TheBlainer