Hello, good afternoon.
I’m facing a strange problem in an application. When I configure it to allow the export of data from a grid to PDF, XLS, and similar formats, the following behavior occurs:
When the user performs the export, it happens normally. After that, if they decide to return to the previous listing (grid) using the main menu of the application, and it’s important to note that this menu option leads to the same screen (application) they would return to if they used the back button (arrow) provided by the export functionality, the screen goes blank. The application doesn’t display any HTML. While debugging, I noticed that the onload, onInit, etc., events are executed, but simply nothing is presented on the screen. After this happens, only clearing the cache (session) makes it work again.
However, when the user performs the export and returns to the listing (grid) using the back button (arrow) of the export functionality itself, everything works normally, and the grid application renders the HTML correctly.
Has anyone experienced this before? I’m using the latest version of Scriptcase.
I appreciate any and all help in advance.