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-41337 can;t populate the list from record group

595318May 27 2008 — edited May 27 2008
hello 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 24 2008
Added on May 27 2008
10 comments
9,259 views