Problem with Mask EditControl
Hi All,
I use Mask EditControl in my project to ensuere the date format is "dd/mm/yyyy"
I set the mask property as "##/##/####".
But whenever I change the date seprator form (/) into other like (-) from Control Panel > Regional settings, my program shows error saying invalid use of property.
How can I solve this problem prgramatically. Because all the system may not have with (/) date seperator.
expecting help
Nasreen
Re: Problem with Mask EditControl
Quote:
Originally Posted by nasreen
Hi All,
I use Mask EditControl in my project to ensuere the date format is "dd/mm/yyyy"
I set the mask property as "##/##/####".
But whenever I change the date seprator form (/) into other like (-) from Control Panel > Regional settings, my program shows error saying invalid use of property.
How can I solve this problem prgramatically. Because all the system may not have with (/) date seperator.
expecting help
klari
can you post the code where the error occurs?