
I have multi-record data block ABC_DATA having column v_app_source_code.
Now suppose, user enters the value as
‘WebApp’ in first line, ‘Java’ in second line and ‘Manual’ in 3rd Line. Now for instance, user wants to delete the record ‘_Java_’ and has the cursor on second line, then how can I delete this record, when user clicks on “Delete” button?
I know one way is to just use backspace to clear the row, but I want to delete the record via the button.