331: Fix was made, but the entry box still allows negative values and non-integers that begin with a decimal point. I updated the record in QC to be more precise as to the fix required.

saga*****@gmai***** (Google Code) (Is this you? Claim this profile.)
Dec. 20, 2007
i fixed this issue and i validate this field with only allowing positive 
integers.
#1 saga*****@gmai***** (Google Code) (Is this you? Claim this profile.)
  • +
    <cfinclude template="../incval.cfm">
    <cfparam name="TOP" default="50">
    <cfif isdefined("form.DrillDownField")>
    	<cfset url.DrillDownField = "#form.DrillDownField#">
    	<cfset url.DrillDown = "#form.DrillDown#">
    </cfif>
    <cfset columnNames="OrderID, OrderTS, OrderAmount, CreditCardNumber, ShippingName, ShippingStreetAddress, ShippingPhone, ShippingEmail, BillingName, BillingStreetAddress, BrowserIP, BrowserCBLKCountry, PCPrint">
    <cfset sqlFields="OrderID, OrderTS, OrderAmount, CreditCardNumber, ShippingName, ShippingStreetAddress, ShippingPhone, ShippingEmail, BillingName, BillingStreetAddress, BrowserIP, BrowserCBLKCountry,PCPrint">
    <cfset tablesList="Investigations_Final,Investigations,Investigations_Auths">
    <cfset SearchTitles="Investigations Final,Investigations,Investigations Auths">
    <cfif isdefined("ShowHistory") AND #ShowHistory# IS TRUE>
    	<cfset tablesList="Investigations_History">
    	<cfset SearchTitles="Investigations History">
    </cfif>
    <cfinclude template=
david
#2 david
  • +Spam