I need some help? I am tring to have an asp called continue, now when the client clicks the link it takes them to the page where it checks to see if the value of a record is 0. Basicly it works if there is a value but if there is no value it give an error. Any help?
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'FormatCurrency'
/login/pay/continue.asp, line 24
If FormatCurrency(rs("Invoice")))<0.0049999999 Then
response.redirect("/login/pay/error.asp")
else
session("cs_e10")=FormatCurrency(rs("Invoice"))
response.redirect("/login/pay/")
End If
rs.close
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'FormatCurrency'
/login/pay/continue.asp, line 24
If FormatCurrency(rs("Invoice")))<0.0049999999 Then
response.redirect("/login/pay/error.asp")
else
session("cs_e10")=FormatCurrency(rs("Invoice"))
response.redirect("/login/pay/")
End If
rs.close