Problem once again!

bharatasp

Member
Joined
Mar 30, 2003
Messages
9
Location
India
Hi friends !
Again i m facing a problem with crystal report web viewer control.
I created a report using a stored procedure and sending it parameters on the basis of variables on previous page.
then i populate a menu on click of items of it, i change values in my hidden controls and back the page to display with the new criteria.
Now those variables do show new values but the report generated is same. and if i write parameters on report, it shows me the same parameters.

I tried to go tricky and a copy of both, page and report. and then swapped action of new page. (As i was thinking that this might be because of view state or some inbuilt caching mechanism).

But the problem is still the same. New page, new instance of reoprt but data still same.
I am running very thin over this issue and working on a very high tension wire.

Can anybody PLEASE try to help me out from this..
or suggest me some site from where i can find a solution to this problem?

I can mail the complete code also if required.

Thanks in advance.
 
Hi Robby!
Thanks for your prompt reply.
Here I am sending the zipped code.
But you wont be able to run the file as the database and stored procedures it relies on, are very heavy and complex.

problem in files :


1. rptCycleWiseProductWiseAnalysisDrillDown.aspx
uses class of rptCycleWiseProductWiseAnalysisDrillDown.rpt

2. CallCopyrptCycleWiseProductWiseAnalysisDrillDown.aspx
uses class of CopyrptCycleWiseProductWiseAnalysisDrillDown.rpt

Both combination of aspx and rpt are same only difference being
the action specified in javascript

I hope you will be able to understand what i m trying to do. (my colleagues just couldnt ) :confused:

And thanks once again!

Cheers
 

Attachments

Back
Top