Size: a a a

2021 April 11

AT

Abinesh Toretto in Oracle APEX
when load the page it should open the region like that
источник

AT

Abinesh Toretto in Oracle APEX
with some condition
источник

AT

Abinesh Toretto in Oracle APEX
according to your application
источник

L

LeE in Oracle APEX
I want to show a graph in a model dialogue page
источник

L

LeE in Oracle APEX
Using this link
источник

AT

Abinesh Toretto in Oracle APEX
i haven't tried that but, when you enter into the page onload event it should pop-up the page
источник

Т

Темик in Oracle APEX
Use "Link to the page in the same app" option in that column settings, and choose page 10. Also you can pass any parameters to that modal page if you need so. Make sure page 10 is set as Modal dialog page.
источник

RD

Roshan Daniel in Oracle APEX
How to create a bus seat allocation in oracle apex
источник

L

LeE in Oracle APEX
Bro I don't need to pass any parameters. If I change modal dialog page into normal page it Will work correctly. But if I change it to modal dialouge this error is showing. 🥺
источник

Т

Темик in Oracle APEX
Change you column which you use as link to some string or something, set this column as a Link, and set "Link to page in the same app" to page 10. That is it. If you don't need to pass any parameters leave that settings empty. Set page 10 as Modal dialog. Job done.
источник

L

LeE in Oracle APEX
It's not a coloumn bro. I'm giving link to a dashboard flashcard
источник

L

LeE in Oracle APEX
Like this. When I click detail info it should go to modal dialog page
источник

Т

Темик in Oracle APEX
Ok, I see, sorry I thought it was an IR or Classic report column. You can use Dynamic Action for that, on click, redirect to page or something.
источник

UC

Umesh C in Oracle APEX
Use prepare_url to generate link for model dialog
источник

UC

Umesh C in Oracle APEX
Like this
источник

UC

Umesh C in Oracle APEX
Select empno, ename, APEX_UTIL.PREPARE_URL ('f?p=:APP_ID:1::APP_SESSION::::P1_EMPNO:' ||empno) employee_link
from emp;
источник

L

LeE in Oracle APEX
Bro we don't need to pass anything. Just need to open a model dialog page.  Yes you are correct I need something with apex prepare URL to achieve this.  
Can you  specify how to give the link
источник

L

LeE in Oracle APEX
How to change this to apex prepare URL
источник

UC

Umesh C in Oracle APEX
APEX_UTIL.PREPARE_URL ('f?p=:APP_ID:10::APP_SESSION:::::')
источник

UC

Umesh C in Oracle APEX
Try this
источник