Why ComboBox does not trigger Form´s dirty event? (1 Viewer)

DBApprentice

On Error GoTo AWF *****:
Local time
Today, 06:33
Joined
Dec 24, 2018
Messages
150
I have a form that would disable a button if user is editing data. However, when any combobox is changed it does not fire the Dirty even of the form.

Is it s normal behavior on comboboxes?

Thanks,
Diogo Cuba
 

Minty

AWF VIP
Local time
Today, 09:33
Joined
Jul 26, 2013
Messages
10,353
Is it unbound? If so that's why, no data has changed in the record.
 

DBApprentice

On Error GoTo AWF *****:
Local time
Today, 06:33
Joined
Dec 24, 2018
Messages
150
Is it unbound? If so that's why, no data has changed in the record.

EDIT: It is a bound combobox, so how can I enforce it?
 
Last edited:

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 17:33
Joined
May 7, 2009
Messages
19,169
re-check all combos if all are bound.
the event is firing on my test.
 

Users who are viewing this thread

Top Bottom