Hello im working with a form in modal dialog (page 6) that allows me to create objects depending in user input and some others are from lovs, when i hit the “CREAR” button it acts as usual, closes de dialog, inserts the object with the inputs, and refreshes the page where the table is showing the data (page 5) to show the inserted data,
As you noticed there's another button called “Crear sin cerrar” what i wanna accomplish with this is to create an object but without closing the modal and i want 3 of the fields to remain with the data entered. also if i Click in the X button i want the page 5 to refresh itself so it shows the inserted data without having to manually refresh it (F5)
I sort of accomplished part of the functionaloty, what i did is to clone the “crear” button that is the default button when a form is created , i toggled off the Prevent lost updates and the return primary key(s) after insert, this allows the “Crear sin cerrar” button to add an object without closing the form , but the fields i filled won't remain like that and also if i close the form dialog it won't refresh the page and i have to do it manually
APEX VERSION : 24.2

