Originally posted by acoder
So for the delete what would i change the condition to because i have the following right now
Code:
<cfloop condition="currSerialNo neq countserials.pka_serialNo"> <CFSET serialnum = Form["serialnum_" & machineCount]> <cfquery name="deleteserialparts" datasource="CustomerSupport"> exec usp_CS_Deleteserialparts <cfqueryparam value="#serialnum#" CFSQLType = "CF_SQL_VARCHAR">, '#Form.pk_ticketID#' </cfquery> </cfloop>
Code:
<CFSET ArrayAppend(test, "Form["serialnum_" & machineCount]")>
Rach
Comment