Hi,
I need help finding a way, to add some code to the close-event in a popup-Window (Dataset-Edit-Screen).
Normaly, when a data-record ist edited in a popup-mask-window and you change something and then do not save but close, you get a dialog with three options:
Save, Save not, Cancel (in German: Speichern, Nicht Speichern, Abbrechen)
Now the question:
Is there a way, to add some code to the cancel-event ?
There is a method “postCommit()” in the AbstractEditor to override, but I need something like
“postRollback()”.