Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Session Variable: Crystal Reports Developer 8.5


Message #1 by "Sukhi" <sukhdeepsamra@h...> on Wed, 26 Dec 2001 02:55:37
I have a page named reportlist.asp which has hyperlinks to 3 crystal 

reports that i have.When user login successfully i  do the following:



<% session("tnsID")= "YES" %>





on reportlist.asp page i have the follwing

<% if session("tnsID")="YES" Then %>



Then it displays the list else it displays an error.



so reportlist.asp has the following:



report 1

report 2

report 3



When user click on report 1, it opens the report1.asp, by using crystal 

decision ActiveX viewer. then user clicks back to  see the list again and 

then user click  on report2. as soon as the user does that

it display the error. It doesn't  recognize session variable..i don't know 

why :(...



In order to display crystal reports in web, i m using the following files 

that comes with the crystal demo web reports..such as 

simplePreview Report.asp

AwaysRequiredSteps.asp

MoreRequiredSteps

SmartViewerActiveX.asp



is anybody out there has played around with this stuff? any suggestions to 

my problem? let me know

Thanks in advance.



sukhi

  Return to Index