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

مساعدة:كود تنفيذ ريبورت في ديفولبر 6I

Featured Replies

بتاريخ:

السلم عليكم ورحمة الله وبركاته ..اخواني مبرمجين اوراكل

اني محتاج مساعدة منكم وياريت تساعدوني..

انا عندي تقرير اسمه(stud_reg)ومحتاج الكود لتنفيذه ولكن من القايمة الرئيسية للبرنامج فورا عند الضغط على الزر يظهر هذا التقرير

قياريت تساعدوني لاني محتاج اليه..

وجزاكم الله خيراً..

بتاريخ:

 declare
 pl_id ParamList; 
BEGIn

 /*IF NOT Id_Null(pl_id) THEN 
   Destroy_Parameter_List( pl_id ); 
 END IF; 
 /* 
 ** Create the 'tmpdata' parameter list afresh. 
 */ 
 pl_id := Create_Parameter_List('tmpdata'); 
 /* 
 */ 
 --Add_Parameter(pl_id,'EMP_QUERY',DATA_PARAMETER,'EMP_RECS'); 
 /*
 **Pass a Parameter into PARAMFORM so that a parameter dialog will not appear
 **for the parameters being passing in.
 */

 Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'yes');
 /* 
 ** Run the report synchronously, passing the parameter list
 */ 
 Run_Product(REPORTS, 'C:\report path', SYNCHRONOUS, RUNTIME, 
      	FILESYSTEM, pl_id, NULL); 
END; 

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

declare
pl_id ParamList;
BEGIn

/*IF NOT Id_Null(pl_id) THEN
Destroy_Parameter_List( pl_id );
END IF;
/*
** Create the 'tmpdata' parameter list afresh.
*/
pl_id := Create_Parameter_List('tmpdata');
/*
*/
--Add_Parameter(pl_id,'EMP_QUERY',DATA_PARAMETER,'EMP_RECS');
/*
**Pass a Parameter into PARAMFORM so that a parameter dialog will not appear
**for the parameters being passing in.
*/

Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'yes');
/*
** Run the report synchronously, passing the parameter list
*/
Run_Product(REPORTS, 'C:\report path', SYNCHRONOUS, RUNTIME,
FILESYSTEM, pl_id, NULL);
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.