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!

Modal Dialog Page Title Set Error during cold start

seanzh17 hours ago — edited 17 hours ago

Hi, All,

Apex is 24.2.11. I have a modal dialog page where I want to set its title during page load, please see photo and code, I get JS error but the error only happens at really cold start, i.e , I have not used the app overnight or after the OS reboots… more like once in a day occurrence. Any suggestions how I can prevent this error from happening? thank you

setTimeout(
 ()=>{
  apex.util.getTopApex().jQuery(".ui-dialog-content").dialog("option", "title", "Split/Move/Merge:"+$v("P15_DATE1") + "/" + $v("P15_PLINE"));
  },1000);
  
  

Comments
Post Details
Added 17 hours ago
3 comments
52 views