بتاريخ: 11 أبريل 200421 سنة comment_5151 يا جماعة لو سمحتم كيف اقوم بعمل ديناميك كومبو بوكس مثل ما فى الاكسيس بحيث يظهر جميع المحتويات التى تشترك فيها الحروف التى اكتبها وياريت طريقة غير الLOVشكرا تقديم بلاغ
بتاريخ: 4 يوليو 200520 سنة comment_40804 Dear brother try the following steps :1- create a pop list item on the form named dept_combo - in the property palette add an element in the list (elements in list) null as the label and null as the value2- create a record group called dept_rg with following sql statement select dname,to_char(deptno) from dept order by dname3- create form-level trigger (pre-form) with the following code:declare x number;begin x := populate_group ('dept_rg'); populate_list('dept_combo','dept_rg');end;for any any help don't hesitate to contact meHamdy M. MahmoudSenior Oracle DeveloperAlkan Networks[email protected][email protected] تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.