Re: Mask/Format text during typing

Posted by Giovanni Caramia on May 01, 2005

In Reply to: Mask/Format text during typing posted by Lou on April 29, 2005

IE, I want it to end up like this:

9822-00-234-2345

So the dashes are added while the user is typing the number, and only 13 digits can be entered. They also need to be able to delete, and the dashes must remain in the correct places.

Drop MaskEdit component on your form. You can find it in Additional Palette.

RightClick on it, click on Input Mask Editor and fill Input Mask as follows:

0000\-00\-000\-0000;1;_

click Ok button.