بتاريخ: 18 نوفمبر 200817 سنة comment_143314 i made a tree in block and i made button in anther block and i made trigger on button WHEN-BUTTON-PRESSEDand type pl/sql is:- DECLARE htree ITEM; v_ignore NUMBER; rg_emps RECORDGROUP; BEGIN htree := Find_Item('tree_block.htree3'); rg_emps := Create_Group_From_Query('rg_emps','select 1, level,first_name, NULL,employee_id'|| 'from employees'|| 'connect by prior employee_id = manager_id'|| 'start with job_id = ''AD_PRES'''); v_ignore := populate_group(rg_emps); ftree.set_tree_property(htree,ftree.record_group,rg_emps); end; and error found in run time when press to button (frm_41072 cannot create group then (frm_41076 error populating group تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.