Has anyone else experienced a problem with MaskEditBoxes and the DataChanged
property.
I don't use bound controls. Instead I use my own custom procedures as they
are my more flexible to my needs.
Whenever I exit a form, all of the controls are scanned to see if any data
has changed (using the DataChanged property). This works on all controls so
far... except a MaskEditBox control.
Does the DataChanged property work differently for Mask Edit Boxes. If so,
that's yet another reason not to use the damn things....
At the moment, I'm getting round it by including a _Change event and setting
the property manually myself. Not ideal, but it's the only way I can get it
to work...
Steven Palmer