Hi,
I have an if statement on the MouseDown event on a combo box.
I was wondering if anyone knew how to do the following:
if (a certain criteria) then
Do not show drop down box, and act as if nothing had been pressed
else
Show the combo box as usual
end if
basically, I have a combo box which automatically updates a date. if the 1st citeria is met I want a message box to pop up saying "You must do something before you can change this" and when that is closed for the combo box to return to its 'unopened' state without updating the date. (The date update is attached to the OnUpdate event of the combo)
Any ideas?
Thank you
I have an if statement on the MouseDown event on a combo box.
I was wondering if anyone knew how to do the following:
if (a certain criteria) then
Do not show drop down box, and act as if nothing had been pressed
else
Show the combo box as usual
end if
basically, I have a combo box which automatically updates a date. if the 1st citeria is met I want a message box to pop up saying "You must do something before you can change this" and when that is closed for the combo box to return to its 'unopened' state without updating the date. (The date update is attached to the OnUpdate event of the combo)
Any ideas?
Thank you