okay... i have gone though the code, sifted as much as possible, and as a result the following code only writes the line numbers...
Code:
Response.Write "1723:"
With Response
.Write "<TABLE WIDTH=100% BORDER=0 CELLSPACING=10 CELLPADDING=0>" & vbCrLf
.Write " <TR>" & vbCrLf
.Write " <TD CLASS=err><B>The transaction failed setting up while withdrawing " & gwRS("str_rpgname") & " chips from your account (error #" & err.number & ": " & err.description & " [" & err.source & ", line " & err.line & "]). Please try again at a later time.</B></TD>" & vbCrLf
.Write " </TR>" & vbCrLf
.Write "</TABLE>"
End With
Response.Write "1731:"
just writes 1723:1731 to the page, no details about the error that was raised in the first place...now why would the err object not be working as i have always used it?
Sincerely,
Pierre du Toit.
__________________
Sincerely,
Pierre "Greywacke" du Toit
[email protected]
don't worry about my 0 thankyou's either way, i would say thank you should you help, and i will gladly help others when this work rush is over.