I was hoping there was a way to set the textbox object to do all that for me. Guess I'll have to code it.
Thanks for the link too.
Calvin
I need to store a 5 digit code as a string, so I'm using ShortChar02, but need to limit input to a 5 character numerical code.
Why not use a number instead, you ask? Because future codes may contain letters.
So I need to limit the string entered to 5 numerical characters. For example:
Good values: '00000' , '12345', '00101', '98765', etc ...
Bad values: '0', '1234', '1234A', '123456', '12-34', etc...
Any way to set an input mask on a EpiTextBox?
Or must I use code to check the length and for valid characters?
Thanks in Advance,
Calvin
P.S. Version 8.03.409C