I have a grid. I want to delete selected record with a button.
can you send me a code please. Thank you.
See the documentation for RUN button.
There are two events for RUN button
- In the event OnRecord you construct the list L of records to be delete
- In the event OnFinish you loop through the list L and delete one by one