Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Deleting current value in the multi-record block

Mason Sa6 days ago — edited 6 days ago

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.

This post has been answered by Gerrit van der Linden on Mar 24 2025
Jump to Answer

Comments

Post Details

Added 6 days ago
8 comments
75 views