Hi, Sir How I Do Refresh Inline Dialog Before Refresh ... Refresh DA I Did But Nothing happening.
Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then this place is just for you and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Vinish
Suppose you have inline dialog having an interactive report filtering its data using page item P13_DEPTNO to show the records for a particular department. To refresh it before opening, follow these steps:
Assing a static id to your inline dialog, for example, "iDialog".
Then use the following sequence of JavaScript commands to open and refresh it:
Farooq Ahmad
Thanks sir, great now, my requirements change a little. I have three-page items and one global parameter, and this all combines I pass into one another page item (: P2_QRY) and from that :P2_QRY the inline dialogue will run .... as I changing the parameter of page items :P2_QRY is not updating, and I use the following method. in :P2_QRY default SQL query:
I hope I explain it well.