MaskEditBox problems 
Author Message
 MaskEditBox problems

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



Tue, 25 Dec 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. MaskEditBox generates problem

2. MaskEditBox generates problem

3. MaskEditBox Control Problem

4. MaskEditBox generates problem

5. Really need help a bug with VS.Net and MaskEditBox

6. Where is MaskEditBox Control in VB.Net ?

7. Is there a MaskEditBox replacement in .NET

8. MaskEditBox fails with EMPTY table !

9. MaskEditBox help

10. printform() doesn't print maskeditboxes...

11. Help! -newbie MaskEditBox question

12. CHANGING MASKEDITBOX BACKCOLOR WHEN ENABLED = FALSE

 

 
Powered by phpBB® Forum Software