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!

FRM-41331 could not the delete the element

shagar mahabubjanDec 3 2013 — edited Dec 3 2013

Hi All,

    I got the error when I am trying to populate the list item..

Here I Write the query in WHEN-BUTTON-PRESSED

declare

  vGroupId  varchar2(10);

  vRecGrpId recordgroup := find_group('rg_test');

begin

  clear_list('BLOCK3.DESCRIPTION');

  vGroupId := populate_group(vRecGrpId);

  clear_list('BLOCK3.DESCRIPTION');

  populate_list('BLOCK3.DESCRIPTION',vRecGrpId);

end;

I create a record group-->rg_test

Query: select code,DESCRIPTION from test_list order by DESCRIPTION

If i run the form and push the button its shows the list item values

My problem is after forms runs I inserted the new value in DB, again I ll push the button its show error "FRM-41331 could not the delete the element"

Pls Help me I want to populate the values again and again after insert

This post has been answered by Priyasagi on Dec 3 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 31 2013
Added on Dec 3 2013
4 comments
2,861 views