I have used Crystal Report Viewer for showing reports in my application. All the buttons of the toolbar are working. But export & print button's on Crystal Report Toolbar are not working . Cixking on to that they will show a exclamation marked yellow
coloured triangle box written as " Done but errors on page." in status bar. Clicking on to that yellow triangle it will show "Object doesn't support this action"
**At local server everything is working correctly even in LAN client machine it is working fine.
I didn't What is not working but if somthing working on one computer and not on other mybe its the explorer version, I had problem of this kind. sometimes a newer version (with sp1) fix probles like this.
Basically I have uploaded my project made in ASP .Net on the Web. I think while uploading the project I have missed some files which are used for
Crystal Report Viewer Export & Print buttons to work properly. That's why the Print & Export buttons are working properly if I will run the project from my local server(IIS) but failed to work if I run the application from the remote Web Server
on which I have hosted the application.
Earlier images on the Crystal Report Viewer toolbars were not coming. When I have copied the image folder for Toolbar on the Web and specified the url to the Crystal Report Viewer control Property it starts working. But Iam unable to do the same thing in
this case.
Well i never dill with those buttons you mentioned, but if I understood correctly you should install on the iis, the same framework you build your program, with the same tools.
The Crystal Reports toolbar export and print functions for ASP.NET are driven by javascript functions. The error you are receiving is because the javascript files are not present on the server. Carefully check this directory path:
‘aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\JS’
You will find the ‘aspnet_client’ directory under the parent website that your virtual directory is in. The‘CrystalReportWebFormViewer3’ directory
contains subdirectories for images, html, css, and js. If the server does not have these directories or they are incomplete then copy these files from your local development server to recreate a replica of the directories and the
files therein.
HTH
Peter Mead
Marked as answer by Navneet on Apr 04, 2008 05:55 AM
In my case the print.js is in the /crystalreportviewers115/js/print.js and not in asp_net/System_Web/2_xyz/ so I am not sure how I can set these values so that they get picked up.
Navneet
Member
68 Points
16 Posts
Crystal Report Viewer Export & Print buttons are not working in VS 2005
May 20, 2006 08:44 AM|LINK
I have used Crystal Report Viewer for showing reports in my application. All the buttons of the toolbar are working. But export & print button's on Crystal Report Toolbar are not working . Cixking on to that they will show a exclamation marked yellow coloured triangle box written as " Done but errors on page." in status bar. Clicking on to that yellow triangle it will show "Object doesn't support this action"
**At local server everything is working correctly even in LAN client machine it is working fine.
Kindly advise me what I have to do.
Expecting quick response from your side.
With Best Regards
Navneet
Itaiz
Member
355 Points
76 Posts
Re: Crystal Report Viewer Export & Print buttons are not working in VS 2005
May 21, 2006 02:54 PM|LINK
I didn't What is not working but if somthing working on one computer and not on other mybe its the explorer version, I had problem of this kind. sometimes a newer version (with sp1) fix probles like this.
Or mybe I didnt understand your problem.
Itai
Navneet
Member
68 Points
16 Posts
Re: Crystal Report Viewer Export & Print buttons are not working in VS 2005
May 22, 2006 10:16 AM|LINK
Basically I have uploaded my project made in ASP .Net on the Web. I think while uploading the project I have missed some files which are used for Crystal Report Viewer Export & Print buttons to work properly. That's why the Print & Export buttons are working properly if I will run the project from my local server(IIS) but failed to work if I run the application from the remote Web Server on which I have hosted the application.
Earlier images on the Crystal Report Viewer toolbars were not coming. When I have copied the image folder for Toolbar on the Web and specified the url to the Crystal Report Viewer control Property it starts working. But Iam unable to do the same thing in this case.
Regards
Navneet
Itaiz
Member
355 Points
76 Posts
Re: Crystal Report Viewer Export & Print buttons are not working in VS 2005
May 22, 2006 02:46 PM|LINK
petermeadit
Member
653 Points
179 Posts
Re: Crystal Report Viewer Export & Print buttons are not working in VS 2005
May 26, 2006 12:52 AM|LINK
The Crystal Reports toolbar export and print functions for ASP.NET are driven by javascript functions. The error you are receiving is because the javascript files are not present on the server. Carefully check this directory path: ‘aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\JS’ You will find the ‘aspnet_client’ directory under the parent website that your virtual directory is in. The ‘CrystalReportWebFormViewer3’ directory contains subdirectories for images, html, css, and js. If the server does not have these directories or they are incomplete then copy these files from your local development server to recreate a replica of the directories and the files therein.
HTH
Peter Mead
Navneet
Member
68 Points
16 Posts
Re: Crystal Report Viewer Export & Print buttons are not working in VS 2005
May 26, 2006 06:55 AM|LINK
Hi Peter !!
Thanx alot for giving the solution to my problem. Now all the things are working ok.
Regards
N. Kharbanda
siraj
Member
8 Points
4 Posts
Re: Crystal Report Viewer Export & Print buttons are not working in VS 2005
Jul 12, 2007 10:49 AM|LINK
hi Perter ,
I also have same problem , from Image folder i got imagess
but print and export button still not working
how can i add javascript file to this buttton
dhirenjoshi
Member
6 Points
3 Posts
Re: Crystal Report Viewer Export & Print buttons are not working in VS 2005
Jul 25, 2007 02:15 PM|LINK
I am also having the same problem.
In my case the print.js is in the /crystalreportviewers115/js/print.js and not in asp_net/System_Web/2_xyz/ so I am not sure how I can set these values so that they get picked up.
My print functionality does not work.
Please help!!
thanks
Dhiren
madhusmita
Member
2 Points
1 Post
Re: Crystal Report Viewer Export & Print buttons are not working in VS 2005
Aug 15, 2007 08:57 PM|LINK
Hi
In my application crystal report toolbar buttons were working fine , but it stopped working. On click of the buttons it opens up a blank page.
Can anyone please tell me the solution.
Thanks
Crystal Report
saepit62
Member
17 Points
3 Posts
Re: Crystal Report Viewer Export & Print buttons are not working in VS 2005
Aug 30, 2007 09:41 AM|LINK
All u have to do is download .netframework 2.0.50727.42 then install on ur server. THAT's IT dude. it's work for me at least