Click to See Complete Forum and Search --> : crystal report using ASP


Gopinath
07-15-2003, 07:43 AM
My problem is that, I have an ASP application with crystal reports it gives a following error
message:

"CRAXDRT error has occurred on the server. 438 : object does not support
this method or property"

Reports are working fine stanalone but not when called through

ASP its giving that error.



Please help me. Its urgent!

khaki
07-15-2003, 08:25 AM
hi gopi...

post the code that handles the CR part.
(also any sql or stored procedure reference that it uses.... if any)
(or... just go ahead and post it all... if it's not too large :) )

;) k

Gopinath
07-15-2003, 11:14 PM
Hi

I just downloaded sample from some site. In the code, the error caught in the (rptServer.asp)
line exactly,

SUBRPT = UCase(session("oEMF").DecodeUTF8String(UTF8STR))[B]

here in the Session("oEMF") has the Group Name which contains an empty string.

Help Me.