I created a subclass of a SAS dataset model and created an override on the _deleterow method. I dropped this on top of a table viewer in an AF application. When I run the application and delete a row through the viewer by choosing Delete Row from the popup menu, the row gets deleted; but, my code in the overridden method does not execute. Can you explain why the scl code is not executing?
Thank you for the response. Really no code to share. The code in the overriden method is just a messagebox to show that it is working. I am thinking I missed something in the communicaation setup between the table viewer and the dataset model.