Checkboxes uncheck after submit
Hello,
i have a report with a checkbox item (apex_item.checkbox()).
I want now following:
I want to check rows i want.
Then submit with a button to open a new popup window and want to have the checked rows appear in the old window.
But after the submit is working, the checkboxes are unchecked.
How could it work to get the checkboxes checked after a submit ?
One solution could be, that the checkbox is a row in the database, and before doing the submit on the page i have to update each row in the database to have the checkbox checked after submit.
But i think, that's a little silly.
Regards
Frank