Hi,
I'm using asp page connect to crystal server to get report.
For Datetime parameter... I use the same format as console:
DateTime(2003,3,31,0,0,0)
However, it seems the value of parameter (that the report received) is not correct... The report display the parameter value as...
'' The data from query result.. I have is an object....(parentFolderId)
'' Response.Write display the value... but I have problem when append the parentFolderId to another string
'' How to convert the object to string (get object value) ??
Dim parentFolderId
set folderResult =...
'' on my getreport.asp...
'' I use query to get parent folder id... (the result datatype is object => vartype value is 9)
'' Response.Write display the value... but I have problem when append the parentFolderId to another string
'' How to convert the object to string (get object value) ??
Dim...
----------------------------------------------------
Error Type:
webReporting.dll (0x80004005)
"The rowset column could not be found. File 5b42f5f41b6fd2.rpt."
/crs/getreport.asp, line 231
-----------------------------------------------------
Line 231:
Call...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.