Whenever data in a table has changed I am hoping to update some things on a form.
For example if you add a new record, or edit an existing record then update the lookup index to reflect the changes. However because of a bug which makes the AfterUpdating
& BeforeUpdating
events not correctly fire, this not possible.
See: https://bugs.documentfoundation.org/show_bug.cgi?id=107839
Has anyone else run into these two broken Base events and/or figured out a way around them?