Click to See Complete Forum and Search --> : Refreshing a Crystal Report


findinfo
July 14th, 2006, 06:18 AM
Hi,

I am using Crystal reports 8.5 to develop my report. I use the the Crystal report Enterprise Version to view my reports in the IE 6.0 Web browser.
I communicate to the Crystal Enterprise through my Asp pages.

From my asp page redirect to the url
I use response.redirect

Here is an example URL:

http://Domain/Directory/Report.rpt?&prompt0=Value
my url request is

Response.Redirect("report.rpt?&prompt0=" & some random value & "&prompt1=" & value for parameter )

and I use "sf " query string parameter for passing new selection criteria

My Problem:

On subsequent requests for a report it returns the previous requests's of report data even on change of parameter values.
Crystal report fetches this report from cache server.

Need Solution for:
How do i enable the crystal report to provide report data from the database only rather than bring the report cache even of subsequent request for the report?



Thanks in advance!!