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...
Thanks... for your reply
The problem was b/c I don't know there is another report with the same name on a different folder... my query (accidentally) pull out that old report (which doesn't work)....
Problem was solved by adding parent_folder_id.. into query to pull out the exact rpt.
my...
'' 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...
[celticshores and radkkc and other Crystal Experts]
Have you see (or have any idea with) some error like this ?
-----------------------------------------------------
Error Type:
webReporting.dll (0x80004005)
"The rowset column could not be found. File 5b42f5f41b6fd2.rpt."...
With:
Set result = iStore.Query("Select SI_ID from CI_INFOOOBJECTS")
I don't think it knows which report to return you the id.
It should be:
Set Result = IStore.Query("Select SI_ID From CI_INFOOBJECTS Where SI_NAME = '" & ReportName & "'")
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.