Well this code should be at the top above the recordset:
<%
Dim Recordset1__MMColParam
Recordset1__MMColParam = "1"
If (Request.QueryString("Title") <> "") Then
Recordset1__MMColParam = Request.QueryString("Title")
End If
%>
If that doesn't fix it, I guess do some debugging... update:
WAFV_Errors = ""
WAFV_Errors = WAFV_Errors & WAValidateNM((Recordset1_total) & "",0,0,"",",.",true,1)
and add some debug code like:
WAFV_Errors = ""
WAFV_Errors = WAFV_Errors & WAValidateNM((Recordset1_total) & "",0,0,"",",.",true,1)
Response.Write("total: " & Recordset1_total & "<BR>")
Response.Write(WAFV_Errors)
Response.End
See what that says. It looks like it should work to me. Post back with the result and I see if I can spot the problem with more information.


