I’ve encountered a bizarre occurance in one particular form. It won’t recognize the “Dirty” event when on a new record.
I’ve placed a breakpoint in the Dirty event code to verify this. The event fires when an existing record is dirtied, but not a new record! And I know it is dirty by checking both the record selector (which displays the pencil) and manually check the form’s dirty property via the immediate window.
This works fine with other forms, just not this one. Can anyone offer an explanation?