Get ready for BLACK FRIDAY shopping starting in

Forums

This topic is locked

Form Validation

Posted 28 May 2002 13:30:32
1
has voted
28 May 2002 13:30:32 Doug Pealing posted:
I am desining my first database application with UDev. In my admin site I have a form which outputs a number as currency to dsplay a price. <font color=blue> &lt;input value="&lt;%= FormatCurrency((Rs1.Fields.Item("price".Value), 0, -2, -2, -2) %&gt;" type="text" name="price"&gt; </font id=blue> When I read it back in (POST the form I have used the validate form behavior to check for numerics but my price £123,456 is not numeric. Could someone help me find out hot to convert this back to numeric before updating the d/b. Thanks.

Reply to this topic