Good Morning
I have created a form that updates multiple rows with the help of the formum. In the form I have numeric data that is of type float. The current situation is if I try to update one record and another on the form is over 999.99
then I get an error indicating trouble with the record whose value is over the 999.
my code -
<cfinput type="text" name="POCAmount_#sectionID#" value="#DecimalFormat(POCamount)#" validate="float" size="10" maxlength="15" style="text-align: right;">
The _#sectionID# makes the field dynamic for the update. I don't know java script so trying for me to try to validate using js totally .... hard
I'm open for suggestions! Can anyone help!
I have created a form that updates multiple rows with the help of the formum. In the form I have numeric data that is of type float. The current situation is if I try to update one record and another on the form is over 999.99
then I get an error indicating trouble with the record whose value is over the 999.
my code -
<cfinput type="text" name="POCAmount_#sectionID#" value="#DecimalFormat(POCamount)#" validate="float" size="10" maxlength="15" style="text-align: right;">
The _#sectionID# makes the field dynamic for the update. I don't know java script so trying for me to try to validate using js totally .... hard
I'm open for suggestions! Can anyone help!