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

بتاريخ:

السلام عليكم
شباب أريد أستدعاء تقرير من الفورم بواسطة زر البوتن في 10g
أرجو المساعدة
وشكراً

بتاريخ:

السلام عليكم

هي خطوتين


1- تجهز الفورم اللي بتستدعي الربورت وفيها البتون

2- تجهز الربورت اللي بتستدعيه

3- ترجع الفورم بلدير تفتح الشاشة وتعمل امبورت للربورت داخل الفورم بيلدر

in the forms builder --> object navigator --->> report -->> properties
execution mode = runtime
communication mode = synchronous
destination type = cache
destination format = HTMLCSS
report server = srv02

3- go to the when button pressed trigger and write this code:

declare
report_id report_object;
report_message varchar2(1000);
p_id paramlist;
begin
p_id := create_parameter_list('y');
add_parameter('y','p_dno',text_parameter , :x );
report_id := find_report_object('rx');
report_message := run_report_object(report_id , p_id);
web.show_document('http://itcc-02:8889/reports/rwservlet/getjobid'|| substr(report_message, length('svr02')+2)||'?server=svr02');
destroy_parameter_list ('y');
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.