Frm-41337 can;t populate the list from record group
595318May 27 2008 — edited May 27 2008hello and hi
any body tell me where is error in code
DECLARE
group2_id RecordGroup;
it_id Item := Find_Item('Emp.Deptno');
status NUMBER;
BEGIN
group2_id := Create_Group_From_Query('mm','SELECT dname,to_char
(deptno) FROM dept');
status := Populate_Group('mm');
Populate_List(it_id,'productmm_names');
END;
when form run that error occure
Frm-41337 can;t populate the list from record group
regard
mahr