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!

How can you set a page item on load in pl/sql without having to refresh the page

Christopher CSep 18 2015 — edited Sep 20 2015

I am in jquery apex mode within Version 4.2. I am trying to set the page items before they are used within the page using pl/sql within a dynamic event. I am setting the item value, but only after I refresh the page. So the item does not change on the first load of the page which is necessary. The one thing I might think is wrong is that the pl/sql takes too long, but I set 'wait for result' so I don't know what is wrong. Here is my process of what I am doing:

I have page items P11_ONE and P11_TWO, and I use other page items to set these values. As you can see below with my pl/sql.apexHelp.png

This is my condition:

main.png

I am stuck and not sure if this is possible to do or if I should figure out a different way to go about this. Any help is appreciated, thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 18 2015
Added on Sep 18 2015
1 comment
3,700 views