الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

how we use run_product to call report

Featured Replies

بتاريخ:

باستخدام الفورم في اوراكل 8 كيف نستدعي التقرير باستخدام run_product وما هي القيم التي يجب ادخالها في هذه الدالة

بتاريخ:

أخي العزيز
إذا كنت قد قمت بتصميم تقرير من الREPORT Builder فيمكنك إستدعاء ذلك التقرير من داخل الFORM بالكود التالي:

run_product(reports,'PATH FOR FILE',asynchronous,runtime,filesystem,0,null);

بتاريخ:

الله يعيطك الف عافيه اخوي hajarOracle

دمت في حفظ الرحمن

بتاريخ:

شكرا

بتاريخ:
  • كاتب الموضوع

مع كل الشكر بس اخونا شو نعبي مكان القيم
asynchronous,runtime,filesystem

  • بعد 1 شهر...
بتاريخ:

مشكور اخ hajarOracle

بتاريخ:

شكرا اخى imostfa

  • بعد 3 شهور...
بتاريخ:

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 conditionally
SRW.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 IS
BEGIN
SRW.RUN_REPORT
(’REPORT=EMPS
DESTYPE=FILE
DESNAME=’||:LAST_NAME||’.LIS
BATCH=YES
MGRNO=’||TO_CHAR(:ID));
RETURN(TRUE);
EXCEPTION
WHEN SRW.RUN_REPORT_FAILURE THEN
SRW.MESSAGE(100, ’Error executing EMPS report’);
RAISE SRW.PROGRAM_ABORT;
END;

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.