What is the handling of the form property DIRTY ??
On closing the form (a modal one) I would like to find out if the data was changed or not.
I would like to avoid decorating eeeevery control After_Update() Event with something like "blnChanged=True"... isn't this what DIRTY is for? However DIRTY always responds with FALSE...
On closing the form (a modal one) I would like to find out if the data was changed or not.
I would like to avoid decorating eeeevery control After_Update() Event with something like "blnChanged=True"... isn't this what DIRTY is for? However DIRTY always responds with FALSE...