بتاريخ: 16 أغسطس 200421 سنة comment_11068 باستخدام الفورم في اوراكل 8 كيف نستدعي التقرير باستخدام run_product وما هي القيم التي يجب ادخالها في هذه الدالة تقديم بلاغ
بتاريخ: 17 أغسطس 200421 سنة comment_11090 أخي العزيزإذا كنت قد قمت بتصميم تقرير من الREPORT Builder فيمكنك إستدعاء ذلك التقرير من داخل الFORM بالكود التالي: run_product(reports,'PATH FOR FILE',asynchronous,runtime,filesystem,0,null); تقديم بلاغ
بتاريخ: 17 أغسطس 200421 سنة comment_11103 الله يعيطك الف عافيه اخوي hajarOracleدمت في حفظ الرحمن تقديم بلاغ
بتاريخ: 18 أغسطس 200421 سنة كاتب الموضوع comment_11174 مع كل الشكر بس اخونا شو نعبي مكان القيم asynchronous,runtime,filesystem تقديم بلاغ
بتاريخ: 7 يناير 200521 سنة comment_23275 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; تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.