I have a grid with a run button.
Each record with a check mark is deleted from the database.
However, the grid display does not remove that row.
How can I refresh the grid so all the selected rows are removed from the display?
Hi Try somthing like.
/*
- opslaan en redirect naar pagina met refresh
*/
sc_commit_trans()
sc_redir(‘W_event_menu_organisatie.php’, ev_id=[ev_id];, “_parent”);
in OnAfterUpdate
This is the form with all the checkboxes? Then at the end of the run use exit(ref); It will reload your current page, but w.o. the removed records.