
Hi,
I want that, as the user enter's a value e.g. 123456789, it should automatically display 123-45-6789 in the string control.
regards,
*This post is locked for comments
I have the same question (0)You can use an edit method and always return a formatted string, regardless of the value being set (which you can parse to add the - character where needed).