I have a combobox which when the user chooses something makes a text field visible. This uses the after_update event.
It is possible that a user deletes his choice in the combobox. At the moment he does this I want the text field to disappear. At this point in time the after_update is only triggered if another control is choosen.
So what event is triggered when the contents of a combobox is deleted?
It is possible that a user deletes his choice in the combobox. At the moment he does this I want the text field to disappear. At this point in time the after_update is only triggered if another control is choosen.
So what event is triggered when the contents of a combobox is deleted?