Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apex dynamic action not firing after classic report pagination

Ralph LRAug 7 2014 — edited Aug 9 2014

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 6 2014
Added on Aug 7 2014
2 comments
1,462 views