View Single Post
Old 09-20-2012, 10:59 PM   PM User | #10
HalRau
New Coder

 
Join Date: Oct 2007
Posts: 33
Thanks: 3
Thanked 0 Times in 0 Posts
HalRau is an unknown quantity at this point
Oh Dear! Asleep at the keyboard again . That's what happens when you blindly copy working code from section to another without reviewing the code. ARRGH!!!
I tried your code above and it throws this error, Microsoft VBScript runtime error '800a000d'

Type mismatch: 'CDATE'

/performdates.asp, line 43
Line 43 reads:
Code:
<% If DATEVALUE( CDATE( objRS4("Cncrt_Dateseq") ) ) = DATE() Then %>
Any ideas?
HalRau is offline   Reply With Quote