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

مشكلة في عرض التقارير من النموذج ارجو المساعدة

Featured Replies

بتاريخ:

الاخوه الافضل السلام عليكم
لقد قمت بكتابة كود لكي يعرض التقرير وتظهر لي رسالة خطأ ولم اعرف السبب ارجوا المساعدة والكود هو:
[/sql]
DECLARE

report_id Report_Object;
ReportServerJob VARCHAR2(100);
vc_rep_status VARCHAR2(100); /* status of the Report job */
vjob_id VARCHAR2(100); /* job_id as number only string*/

BEGIN

report_id:= find_report_object('HELPDESK_REP');
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,SYNCHRONOUS);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,cache);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER, 'myrep');
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,'PARA1=' || ':ORDER_INFO_MAIN.ORDER_NO' || 'paramform=no');

ReportServerJob:=run_report_object(report_id);


vc_rep_status := report_object_status(ReportServerJob);

IF vc_rep_status='FINISHED' then
WEB.SHOW_DOCUMENT('http://toshiba-user:8888/reports/rwservlet/getjobid'||vjob_id||'?
server=myrep',' _blank');
message (ReportServerJob||' Report ok');
ELSE
message (ReportServerJob||' Report output aborted');
END IF;

END;

ولكم جزيل الشكر
ابو نور

بتاريخ:

اين رسالة الخطأ يا ابو نور
نور الله عليك

  • بعد 2 أسابيع...
بتاريخ:

إلى الأخ alkhaiat
السلام عليكم
عندي نفس مشكلة الأخ أبو نور ومشكلة أخري: لم أعرف كيف أفتح الملف الذى أرفقته
PLL??
أرجو المساعدة

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

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

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

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

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

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.