If(Confirm("Are you sure you want to delete ? "),Remove(ItemSpecs,Self.Selected.Item));
Back()
I am opening a record in a subgrid, this leads to the main form of the item from that subgrid.
Then I am clicking on a custom button to delete the record , and it is deleting correctly but the record still stays visible instead of becoming blank or moving back to the previous screen.
Back() is causing and error as the function is recognised but not supoorted
What is the right way of going back to the main form after deleting a record from the subgrid's main form?

Report
All responses (
Answers (