I am looking for a Currency control/Number Control which has the
following behavior.
If you are entering a number such as 123.67 the control behaves like this.
1. The field (control) is right justified.
2. when entering the field the value is highlited and when typing starts
the field clears
3. As you start to enter the numbers they fill from the . (decimal) to
the left of it.
4. when you press the . (decimal) point they then fill from the right of
the decimal
5. The number must be able to have a - (minus) before the first number
on the left
ie
1.00
12.00
123.00
123.60
123.67
Does anyone of a good control or code which would achieve this.
Regards
Jeff
Martin# - 04 Jul 2007 16:56 GMT
http://www.codeproject.com/cs/miscctrl/HDNumericTextBox.asp
Hope it helps!
If not it shouldn't be too difficult to do it yourself.
Ask for help if you stuck in a problem!
All the best,
Martin
> I am looking for a Currency control/Number Control which has the
> following behavior.
[quoted text clipped - 23 lines]
> Regards
> Jeff