Group: Forum Members
Posts: 374,
Visits: 1.2K
|
I have field that the user needs to enter State tax. i.e. 7.0 or 7.2 or 10.1
At first I had created the field in DDT as decimal with precision of 2.
Then when I binded that field to a textbox, it would not even work properly or accept the "." prperly
I tried with Mask TextBox and could not enter 07.12
Then I changed the DDT to SmallMoney, rebuilt the database and rebuilt my BO.
Tried it again, and I can't get to accept decimal numbers in either text box.
Question:
a) is it the field type I'm using in DDT, is wrong?
b) Or what should I set on the mask to get it to work?
Thanks!
..ßen
|