Plucka, price4 comes from this bit of code:
<cfloop from="4" to="14" index="idx">
<cfset vPrice = "arguments.price" & idx>
The problem is that all you've done is created a string. So when you use cfqueryparam, it doesn't know to evaluate the string to the value contained in the variable of the same name.
I'd suggest changing the code to this





by: PluckaPosted on 2009-08-15 at 05:44:08ID: 25105206
I dont think your pasting all the code, there is no price4 in this code.