بتاريخ: 30 ديسمبر 200421 سنة comment_22415 الإخوة الاعظاء اريد ان استخدم radio button في التقارير ولاكن هل هذا ممكن في التقارير تقديم بلاغ
بتاريخ: 24 يناير 200521 سنة comment_25102 اعتقد يا سيدى بان هذا ممكن فى الreport dev9i و10gحيث يمكنك كتابه كود jsp فى الreport وسوف اقوم بالتجربه وان نجحت سوف ارسلها لك تقديم بلاغ
بتاريخ: 30 يناير 200521 سنة comment_25973 اكيد ممكنوهذه هى الطريقةExecuting a Nested Report:Use SRW.RUN_REPORT to execute a second report from within a report process.For example: Output parts of a report to different destinations Divide a large report into several smaller reports that can be run conditionallySRW.RUN_REPORT starts only one run-time process; it does not start a new process for each report execution.Example:Run a report called MANAGERS that retrieves the employee record for each manager. Call the EMPS report (for example, from a group filter). EMPS retrieves the employee records of all employees managed by the current manager only.FUNCTION MGR_REP RETURN BOOLEAN ISBEGINSRW.RUN_REPORT(’REPORT=EMPSDESTYPE=FILEDESNAME=’||:LAST_NAME||’.LISBATCH=YESMGRNO=’||TO_CHAR(:ID));RETURN(TRUE);EXCEPTIONWHEN SRW.RUN_REPORT_FAILURE THENSRW.MESSAGE(100, ’Error executing EMPS report’);RAISE SRW.PROGRAM_ABORT;END; مع تحياتىاسامه سليمانالقاهرة تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.