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!

Delete item from list

531292Nov 2 2006
How do I delete the last item from a list which is part of a record block and get the defaulted item to be the first one which is a null element ?
Here's my code:

v_loc := get_list_element_count('RC_DENOMINATION');
delete_list_element('RC_DENOMINATION', v_loc);
:RC_DENOMINATION:=NULL;

In this, only the first record gets defaulted to null. The rest of the records get defaulted to the last element.

Please help out.
Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 30 2006
Added on Nov 2 2006
0 comments
353 views