I have a ComboBox (editable) that has an initial setting of "Please Select...". The effect that I want is that when the user selects the Object (On Focus??), this text clears. Is this possible? I can't get it to work. To test it (I originally put an if statement in there) I have a simple dialog message that should fire....Can't get it to fire at all - whether you mouse-click it or even start entering text. The help file says:
On Focus
Fires when the combobox receives input focus.
Don't think it's working. Can anyone confirm?
Shoot, correction, it only works if you actually select the combobox dropdown handle itself. Can you think of a way to clear that text if they mouse-click inside? Probably not possible ?

