How to prevent deleting row in OnApplyRecord

LuxCore

Member
Hi!
I have handled deleting of record in OnApplyRecord according to example in help: instead of deleting I update record and do not want the record to be deleted at the client. The updated record is appeared only after refresh.
Tell me please how to prevent deleting of record at client?
Thanks a lot for help
 
I'm not sure I understand. The delete event will only be triggered when the user deletes a record. Therefore the record must first be deleted in the dataset before the event can be triggered. If you want the record to remain then it's really an update instead of a delete action in the client application.
 
DBNavigator is linked to the OracleDataSet and I wanted to update the record by the delete button of DBNavigator.
 
Back
Top