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> <input value="<%= FormatCurrency((Rs1.Fields.Item("price".Value), 0, -2, -2, -2) %>" type="text" name="price"> </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.