الانتقال إلى المحتوى
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 To Run Report From Form In A New File

Featured Replies

بتاريخ:

how can i run a report from the form by parameter and each time the parameter has a new value and


yield a new report result
each result was in a separated file .

how can i specify that the output in a separated file and open this file at the same time

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

i have a report that query the data from emp table (select ename from emp where deptno = :dept_id) :dept_id is the parameter



i make a form on the dept table

and make a button to call the report with the selected department (by passing the deptno from the form)

i want that for each time i run the report , a new file generated in the folder and open it at the same time

(the default when i run the report , the file replaced with the new file, and i don't want that)

quickly please

thank you

بتاريخ:

if :PROJECT_NAME is null then
message('you must select CONTRACT number to show report');
message('you must select CONTRACT number to show report');
else
declare
  pl paramlist;
 begin PL:=create_parameter_List('Par_cont');
   Add_Parameter(PL, 'MAXIMIZE', TEXT_PARAMETER, 'YES');
   add_parameter(PL,'Par_cont',text_parameter,:CON_NUMBER);
   add_parameter(PL,'PARAMFORM',text_parameter,'no');
   Run_product(Reports,'CONTRACTs2.rep',asynchronous,RunTime,FileSystem,pl);
   Destroy_Parameter_List(PL);  
 end;

end if;

'CONTRACTs2.rep' = report name
'Par_cont' = Prameter name
:CON_NUMBER = Prameter  sours

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

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

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

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

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

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.