بتاريخ: 23 أبريل 200619 سنة comment_67106 if i do report with parameter and this parameter had more than one field with list of value ,if the value in one field related with this value on other field for examplein emp table in scott user if i have two field one list of value for department_noand other for employee_name if the user select from the list of value one department the other field the employee in this department only appear in the list of value تقديم بلاغ
بتاريخ: 23 أبريل 200619 سنة comment_67122 you can type this select statment in the list of value (paramter form)select emp_no,emp_name from emp order by emp_nogood luck تقديم بلاغ
بتاريخ: 26 أبريل 200619 سنة كاتب الموضوع comment_67487 thank you for replaybut i need to do two field in one parameter with list of valueand put where condition to resrict the not need date in this list for examplethe first field with list of value(P_DEPARTMENT)select dep_id,dep_name from dept order by dep_id(hiden first column)the second field with list of value(P_EMPLOYEE)select emp_name from emp where dept_id = _DEPARTMENTit give me error because it not found the P_DEPARTMENT value so how can put where condition from i get data from anther fieldthank you for all, تقديم بلاغ
بتاريخ: 26 أبريل 200619 سنة كاتب الموضوع comment_67508 i need any one answer to me plz i was sent this question from 7 days تقديم بلاغ
بتاريخ: 26 أبريل 200619 سنة comment_67525 استخدم فورم جديده .. جهز فيها ما تريد من شروط وعلاقات بين الاختيارات ثم استدعى التقرير مباشرة للتنفيذ مجرد فكرة تقديم بلاغ
بتاريخ: 26 أبريل 200619 سنة comment_67540 الاخ محمود وضع جملة الاختيار بهذه الطريقة خطأ وأقترح عليك عمل الاتى :select distinct E.dep_id,E.emp_name, D.dep_name from emp e, dept dwhere e.dep_id=d.dep_id تقديم بلاغ
بتاريخ: 27 أبريل 200619 سنة كاتب الموضوع comment_67602 thank you for all answer to me but no one can understand my questionahmed tell me do the select with where cluase with condidtione.dep_id=d.dep_id i need to put anther condition e.dep_id=(the value get from anther field in parameter)thank you for allplz i wait any one replay i need this for my job تقديم بلاغ
بتاريخ: 27 أبريل 200619 سنة كاتب الموضوع comment_67635 i wait every body to answer my question تقديم بلاغ
بتاريخ: 13 مايو 200619 سنة comment_69081 i wait every body to answer my question67635[/snapback] يا أخوان لا يمكن عمل ذلك فى الباراميتر فورم ويجب عمل فورم مستقلة تضع فيها الحول التى ترغب فيها ومنها تنادى الريبورت مباشرة تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.