Hi,
Apex 4.2
I have a classic report. When the report refreshes (following a pagination for example) I want to trigger a dynamic action to run. However whatever I try, this fails to fire.
So far I have tried amending the standard report template to include the resource_id like:
Next Page Template
<a href="#LINK#" class="sPaginationNext" id="#REGION_STATIC_ID#next">#PAGINATION_NEXT#</a>
Previous Page Template
<a href="#LINK#" class="sPaginationPrev" id="#REGION_STATIC_ID#previous">#PAGINATION_PREVIOUS#</a>
Then set the dynamic event to be "Click", DOMobject with the Object('CRREPnext') syntax. With the event scope to be "Dynamic". No joy.
Then tried to set it up to fire on the "after refresh" event of the Report Region. That didn't work either...
I have debug on so I should know when it fires, and it isn't.
So where am I going wrong? Any help much appreciated.
Thanks
Ralph