I have installed the trial version on a website to test its usability, i install the module and set up the connection to the server, everything is fine, but when the report is displayed on the page firebug throws various javascript errors:
RSClientController is not defined document.getElementById('dnn_ctr1486_Vie...ClientController.ShowInitialWaitFrame();
RSParameters is not defined document.getElementById('dnn_ctr14..._ViewRS2005_ReportViewer1_ctl00_ctl01");
DropDownParamClass is not defined document.getElementById('dnn_...RS2005$ReportViewer1$ctl00$ctl03','');};
DropDownParamClass is not defined document.getElementById('dnn_...RS2005$ReportViewer1$ctl00$ctl05','');};
document.getElementById("dnn_ctr1486_ViewRS2005_ReportViewer1").ClientController is undefined document.getElementById('dnn_ctr1486...er.CustomOnReportLoaded = function() {};
document.getElementById("dnn_ctr1486_ViewRS2005_ReportViewer1").ClientController is undefined document.getElementById('dnn_ctr1486_Vie...ClientController.ShowInitialWaitFrame();
missing ; before statement if ($get('dnn_ctr1486_ViewRS2005_ReportV...1TouchSession0').src = 'javascript:''';}
This is also strange because it works fine on one machine and throws errors on another, with the same file setup
|