K
Keith G Hicks
I have a text box where I want to allow the user to enter at most 5 digits
to the left of the decimal and 3 to the right. I'd normally mask this as
follows:
99999.999
I also need to allow them to enter negatives but I DON'T want to allow for 6
digits to the left of the decimal. I still want 5. But it appears that I'm
stuck with this so that they can enter the minus sign and still have 5
digits. The trouble is that this also now would allow 6 digits for positive
values.
#99999.999
Is there a way to mask this so that I get the behavior my client requires?
Thanks,
Keith
to the left of the decimal and 3 to the right. I'd normally mask this as
follows:
99999.999
I also need to allow them to enter negatives but I DON'T want to allow for 6
digits to the left of the decimal. I still want 5. But it appears that I'm
stuck with this so that they can enter the minus sign and still have 5
digits. The trouble is that this also now would allow 6 digits for positive
values.
#99999.999
Is there a way to mask this so that I get the behavior my client requires?
Thanks,
Keith