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!

OPEN MODAL REGION AFTER SUBMIT

Efren.R-OracleJan 19 2014 — edited Jan 20 2014

Hello,

I am trying to open a Modal Region after user clicks on a HTML button image....why difficult?  because I need to set values for several items before the modal region is displayed, I need this values in order to display a LOV based on one of this items.

I tried this scenarios:

1.- onClick, $s('ITEM',123);OpenModal('XXX');

  This works, but the set is only displayed and not saved in the session state, so, the LOV does not work.  Tried to create a dynamic action to set the values, but not able with any of the events available.

so, after long time working on previous scenario, I did this:

2.- onClick, Submit the page with the items set.  The item gets set in the session, but I am not able to open the Modal region.  I have tried with After refresh, but the condition is killing me.

Any ideas?  How to Open a Modal Region after submit with an specific request....or maybe an idea for scenario No.1

Thanks,

Efren

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 17 2014
Added on Jan 19 2014
1 comment
579 views