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!
Hello I'm using Apex 22.2 over an Oracle 21C EX DB using ORDS 22.3.3, and I have a modal form page which is being called straight from the main menu. That form needs a parameter to retrieve the use information from a table. In order to set the item value, I do create and application level Item which is kept at session level, and is being set when the home page is loaded. So far everything goes well, but when the modal page is closed, the value of the parameter sent is modified, and it the form is fired again from the main menu fails because is still pointing to the old value. I tried to set the value of the application item with a process before the form is being closed, but even the application item is modified as can be seen with "view session state" the main page only refresh the value of the link if it is refreshed. ID_EMP_DATA Definition ID_EMP_DATA value set at home page when page load The value is send to the modal form When the form is closed the value of ID_EMP_DATA is changed And a branch redirect to home page In this comment is suggested to branch the modal form to Home Page but nohting happens Refresh of application after modal dialog close clicked from a Navigation menu (0 Bytes)Thanks in advance for any comment. Regards