ID of PK through the report apex using the URL and screen modal popup open

Hello my dear,

I use apex 4.2.0.00.27

I am facing a little problem and I hope that you guys will help me please?

I have 3 regions. 1 first is view only then 2nd region's interactive report and a 3rd has only 1 column.

in the report of the region say select id, ename, empno, sal, ' ' edit_link columns for example. region 2 static id is 'Create_Reason'.

I created DA using code JavaScript as (javascript:openModal('Create_Reason');) for modal and made page region (region 3) so is it opens as a page modal popup.

I added a url (javascript:openModal('Create_Reason'_) ;) as chosen target is the URL in report item (edit_link).)

It will open a modal pop-up window average area 3 on the same page and I'm doing what I want to do, but I don't get PK id in session state, so I can't update my chosen rank.

Because PK ID is not in session state, so I can't use condition where clause and it is not updated my application.

Any help please?

Very much appreciated.

Kind regards

RI

I realized it. in fact, I changed the report item (edit_link).  In (link in the column, link attrribute #ID # and the target page in the app and the page # (item1 (hidden) p1_item1 question on the page) and value (#ID #).)

then I created DA as the loading of the page and run the code JS as javascript:openModal('Create_Reason'); and service area to be displayed and the item added a condition (p_item1 (hidden_item is not null).)

before has worked, but only he send the page or refresh the screen and load the popup.

Is anyone has the best solution or higher is good?

Thank you.

RI

Tags: Database

Similar Questions

Maybe you are looking for