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

بتاريخ:

كيف يمكن فتح تقرير من نموذج علما بأنني حاولت كثيرا ززاجهتني في النهايه هذذه الرسالة
you did not specify repor name "


and "REP-0110 unable to open file
REP-1070 error while openning or saving document "


I get a look on the help and i found an enviroment parameter called
"Reports25_path" that un seted on my computer (Windows XP) and I must put my report

file in its location

what can i do to open my report from a form ?
thank yuo for help .

I'll be gratfull if you send answer on my e-mail [email protected]

ولكم جزيل الشكر للمعونة

بتاريخ:

declare
p1 paramlist;
begin

p1:=create_parameter_list('list1');

add_parameter(P1,'PARAMFORM',text_parameter,'NO');
add_parameter(P1,'ID_1',text_parameter,:ITM.ID_1);
add_parameter(P1,'SARF_DATE_1',text_parameter,:ITM.SARF_DATE_1);
add_parameter(P1,'SARF_DATE_2',text_parameter,:ITM.SARF_DATE_2);
run_product(REPORTS,'C:\PHAR\REPORTS\ALL_OTHER_CASH_R.REP',asynchronous,runtime,filesystem,p1);
destroy_parameter_list(P1);

end;

تمنياتي لك بالتوفيق

بتاريخ:

DECLARE
repid report_object;
v_rep varchar2(300);
rep_status varchar2(50);
pl_id paramlist;
BEGIN
repid := Find_Report_object('STOFMM');
pl_id := create_parameter_list('list1');
add_parameter(pl_id,'ACCT1',text_parameter,:main.acc_from);
add_parameter(pl_id,'ACCT2',text_parameter,:main.acc_TO);
add_parameter(pl_id,'CURNCY',text_parameter,:main.ACC_CUR);
add_parameter(pl_id,'MONTH',text_parameter,:main.ACC_MM);
add_parameter(pl_id,'YEAR',text_parameter,:main.ACC_YY);

v_rep := RUN_REPORT_OBJECT(repid,pl_id);
destroy_parameter_list(pl_id);

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.