How can I overcome this error ==> "FRM-41331"
Dear all,
I'm trying to get data from 2 tables using UNION ALL clause and populate these data into LIST ITEM dynamically
but the following error appears : FRM-41331 "could not delete element from List_Item_Name"
I tried Clear_list and delete_element_list and they don't work.
But when I change the type of LIST ITEM from Poplist to Combo Box it works and delete the elements.
My requirement is delete these elements and keeping the type of LIST ITEM (Poplist not Combo Box).
note : I'm using form builder 6i.
Thanks to all :)