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!

Disable link after click

Luis KefurMar 1 2011 — edited Mar 2 2011
I have a sql report on apex 3.2 with link column to other page.
After click on the link image, apex needs some seconds to execute a process before go to the other page.
During the process time, the users are clicking again the link column and then apex gives error message because the process generating violation on table keys.
It's possible to disable the link column after the user clicks on it?
On page buttons i'm doing it using javascript:$x(this).disabled=true; on the button action.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 30 2011
Added on Mar 1 2011
6 comments
1,550 views