How do I reset the text in a MaskEdit control back to the mask? I have a form to enter a new customer and after the save has been successful a function clears all the text boxes ready for the next entry.
I tried just coding mskPhoneNumber.Mask = "###-####" but it stills leaves in the previous customer's phone number.
What step am I missing? Thanks.
I tried just coding mskPhoneNumber.Mask = "###-####" but it stills leaves in the previous customer's phone number.
What step am I missing? Thanks.