PageNumber-Error after Upgrade to 2011.3
Posted: Thu Feb 02, 2012 5:10 am
Hello everyone
We have upgraded our used Stimulsoft Libraries to 2011.3
Now there is an error in the web viewer:
The Page Number is not shown when using the one-page-view (the textbox is empty, you can use the buttons to navigate but the buttons are not disabled when you reach the beginning or end of the report)
In the WholeReport-View, we get a javascript-error, the field page number is not found when the viewer tries to deactivate it
This is what the IE-debugger shows:
pageNumber = GetToolElementById(webViewerId, "PageNumber");
pageNumber.disabled = true;
pageNumber is null
Our Viewer is placed in aspx-page which is nested as Iframe in an Ext-Net-Panel in another page. Both pages use MasterPageFiles.
It worked well with the last used version 2011.2.1011.0
Thanks in advance
We have upgraded our used Stimulsoft Libraries to 2011.3
Now there is an error in the web viewer:
The Page Number is not shown when using the one-page-view (the textbox is empty, you can use the buttons to navigate but the buttons are not disabled when you reach the beginning or end of the report)
In the WholeReport-View, we get a javascript-error, the field page number is not found when the viewer tries to deactivate it
This is what the IE-debugger shows:
pageNumber = GetToolElementById(webViewerId, "PageNumber");
pageNumber.disabled = true;
pageNumber is null
Our Viewer is placed in aspx-page which is nested as Iframe in an Ext-Net-Panel in another page. Both pages use MasterPageFiles.
It worked well with the last used version 2011.2.1011.0
Thanks in advance