الانتقال إلى المحتوى
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.

calling report from form 9i & 10g

Featured Replies

بتاريخ:

Declare

v_report_id Report_object;
vc_rePort_job_id varchar2(100);
vc_report_status varchar2(100);

Begin

V_REPORT_ID := FIND_REPORT_OBJECT('D:\SALES_REP\SALES_REP');
SET_REPORT_OBJECT_PROPERTY(V_REPORT_ID,REPORT_COMM_MODE, SYNCHRONOUS);
SET_REPORT_OBJECT_PROPERTY(V_REPORT_ID,REPORT_DESTYPE,CACHE);
SET_REPORT_OBJECT_PROPERTY(V_REPORT_ID,REPORT_DESFORMAT,'<HTML|HTMLCSS|PDF|RTF|XML|DELIMITED>');
SET_REPORT_OBJECT_PROPERTY(V_REPORT_ID,REPORT_SERVER, '<SHPROD>');
SET_REPORT_OBJECT_PROPERTY(V_REPORT_ID,REPORT_OTHER, 'SDATE='||:SDATE||'PARAMFORM=NO');
VC_REPORT_JOB_ID:=RUN_REPORT_OBJECT(V_REPORT_ID);

END;

وعند تشغيل الفورم واستدعء التقرير تظهر رسالة الخطأ التالية :

FRM-41219 Can not find report. invalid id.

مع ان التقرير موجود

بتاريخ:

web.show_document('http://194.170.104.123:8889/reports/rwservlet?report=J:\Oracle10g\Reports\Rpt_Employees&destype=cache&desformat=HTMLCSS&userid=TEST10G/TEST10G@DEVDB');
server name(server ip) = 194.170.104.123
port number = 8889
report location = J:\Oracle10g\Reports\Rpt_Employees
report format html = HTMLCSS
database connection(username,password@ oracle database) = TEST10G/TEST10G@DEVDB
put ur configurations instead of these info's
and tell me if it did not work out with u

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

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

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

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

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

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.