I have a VS solution that pulls in all the rpt files in a drop down list from the folder on the server, and when the Display button is clicked it pulls up and displays the selected report.
Now I created a simple DNN module where I can upload the rpt file to the folder within the portal root, and added the code to the View page (plus the dnn functionality). I can upload a file where I need it to be, the ddl is populated with all the rpt files within the folder, but when I click the Display button, all I get is javascript error saying: 'bobj' is undefined. When I remove the CrystalReportViewer object from the ascx page the error is gone, so that's the culprit, but I can't show the report without it...
I'm using Crystal Reports 2008 (v12)
Why is it working as a stand alone application, but when I put it in the ascx file it's not working any more?
Does anybody have an idea what's going on here? How could I get around this problem?
Thank you,
Waldis
P.S. I'm using DNN v4.5.3 at the moment.