Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal Reports not pulling up

Status
Not open for further replies.

kavita11

Programmer
Oct 27, 2001
32
US
I have a crystal report thay reads off data from an XML file. The XMl executes a Stored Procedure and returns data which the report reads from. Something weird is going on. I am getting my XMl file data when I do a response.write on the xmldoc.xml the data is appearing in the browser. The report is supposed to open when the user clicks save or some function. The crystal Active X viewer opens up but the report is not displayed. The if I hit F5 and refresh the screen then the report shows up the second time. The funny part is I am exporting the report to PDF and saving it some where on the server in the same code the PDf file is saved but the report is not displayed in crystal. I checked all parameters I cannot see any reason why the report should not pull up the first time the user clicks. I am also gettting the user session expired error when the user clicks on the function to open the report the first time.

Please help
Kavita
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top