Subject Limiting numbers entries
Author rihoe
I have Numeric(15,2) field where I want to limit the user to enter
only 15
symbols.
Currenly the user can enter there unlimited number of digits and get
error
"Invalide floating point".
I tried to use mask "cccccccccccccc;0;", but then there appear
underline
symbols at the end of field and
if user presses <End> then cursor doesn't jump to end of digits, but
to the
end of underlines.

Is there any better solutin to my problems? Maybe I haven't understood
the
mask settings correctly?
--