I need help with a probably simple issue. I have a 6 character field that should only contain numbers. When the field is filled VIA the keyboard, stroke by stroke there is no problem because I do a check on every KeyUp. However, a value may be pasted from another app and it may contain alpha characters. I need help reading the string one character at a time changing each alpha to a Zero.
Thanks for any help you can provide.
Thanks for any help you can provide.