Some trouble
?Hi,
1) When I use the Internet Explorer to open the report Treeviw from
report.dll, it shows the treeview correctly.
When I click a report, I get the error message below, but it shows the
first page correctly.
When I try to navigate to the second (or any other) page, I get the
error message: "Error in script: Access Denied. Would you like to
debug ?" If I open the VS 2003 debugger, it shows me the statement it
couldn't run:
SetPage(Parent.gCurrentPage);
After that, the toolbar at the top of report disappears.
2) If I use the ClientReportExplorer app, it shows the tree ok, but it
timeouts without showing any report page as I click on a report.
I stopped my firewall, but it doesn't make any diference.
What could be wrong ?
I'm using D7 and RB Server 6.03.
Thanks in advance,
Mauro Assis
Athena
--- posted by geoForum on http://delphi.newswhat.com
1) When I use the Internet Explorer to open the report Treeviw from
report.dll, it shows the treeview correctly.
When I click a report, I get the error message below, but it shows the
first page correctly.
When I try to navigate to the second (or any other) page, I get the
error message: "Error in script: Access Denied. Would you like to
debug ?" If I open the VS 2003 debugger, it shows me the statement it
couldn't run:
SetPage(Parent.gCurrentPage);
After that, the toolbar at the top of report disappears.
2) If I use the ClientReportExplorer app, it shows the tree ok, but it
timeouts without showing any report page as I click on a report.
I stopped my firewall, but it doesn't make any diference.
What could be wrong ?
I'm using D7 and RB Server 6.03.
Thanks in advance,
Mauro Assis
Athena
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
One cause of this error is that two frames do not come from exactly the same
URL. In this case, the nav frame is trying to access the parent frame. Both
of these frames should come from the same URL. Check the WebTier settings
and make sure that they are configured correctly.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Thanks again. You're right. The WebTier settings were wrong.
[],
Mauro Assis
Athena