Focal Point
[SOLVED] AHTML Report not Refreshing

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6017026826

February 08, 2013, 02:40 PM
Joey Sandoval
[SOLVED] AHTML Report not Refreshing
Has anyone had an issue with active html reports not refreshing with the onchange event of a dropdown?

I have a dropdown that will execute a button, based on the onchange event. The button should refresh the AHTML report , but nothing happens. It only works if I set the report to autoexecute = false.

This message has been edited. Last edited by: Joey Sandoval,




Prod/Dev: WebFOCUS 8.0.08 on Windows Server 2008/Tomcat , WebFOCUS DevStudio 8.0.08 on Windows 7 Pro


February 08, 2013, 04:40 PM
Doug
What happens if you do a direct "Refresh" from I'm thinking it's a cacheingf issue... within your browser? What happens when you click the button that's being mimiced in the onchange event?

BTW: I have not used an onchange event to do that... Just onclicks...
February 10, 2013, 09:11 AM
eric.woerle
Joey,

Can you post the code for your onChange event? There is a function that will execute the report. It usually is triggered by the form submit action, but you can call it directly. But if you post your code, we can help see what your doing and maybe give a better suggestion.


Eric Woerle
8.1.05M Gen 913- Reporting Server Unix
8.1.05 Client Unix
Oracle 11.2.0.2
February 11, 2013, 02:38 PM
Joey Sandoval
Guys,
I was able to get this resolved by changing the report to a frame component.

Thank you,




Prod/Dev: WebFOCUS 8.0.08 on Windows Server 2008/Tomcat , WebFOCUS DevStudio 8.0.08 on Windows 7 Pro