FRM-41337: Cannot populate the list from record group.
11384Mar 2 2003 — edited May 20 2003Hi All
i have a database block which contains 3 item- two poplist and text item -(i.e the 1st list shows the regions "REGN", 2nd one shows the branches in this regions"brch_List" and the text used to set the budget of each branch "Budg").
the problem i face is that i have created record group that selected the branches according to the region selected from the above list to fill the 2nd list...and i wrote the following code in when-List-Changed of region List:-
Declare
v_ret Number;
Begin
v_ret := Populate_Group('BRCH');
Populate_List('Brch_List','BRCH');
End;
when i run the form it gives me this error
FRM-41337: Cannot populate the list from record group.
i do not know why i got this error :((
any ideas how to solve this
thanx