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 delete element from Product_ID

433291Jan 11 2005
Aslam o Alikum (Hi)

I am getting the problem that when i try to clear the elements of my list item "Product_ID" it is giving error message that

FRM-41331 Could not delete element from Product_ID

i am using following code

If Get_Item_Property( p_Product_List_Item , Update_Allowed) = 'TRUE' Then
Clear_List (p_Product_List_Item) ;
Else
Message ('update not allowed') ;
End If ;

Solution urgently required

Best Regards,
Nasir Zeeshan.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2005
Added on Jan 11 2005
0 comments
1,106 views