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

أريد أن أضع الreport على الmain Menu

Featured Replies

بتاريخ:

السلام عليكم انا عملت report و عيزه أضعها على الmain menu ؟؟؟

بتاريخ:

اى main menu ?
هل تقصد فورم ؟

بتاريخ:

انا عندي الكود الخاص بالديفلوبر 6i والديفلوبر 9i فقط

ديفلوبر 6i

DECLARE  
 P_LIST PARAMLIST;
BEGIN P_LIST:=CREATE_PARAMETER_LIST('i');
-- the next two sentences only if u have parameters to pass to the report and if u don't have delete them only
-- variable N is the parameter name on the report
-- same for variable P

ADD_PARAMETER('i','N',TEXT_PARAMETER,:parameter from the form);
 ADD_PARAMETER('i','P',TEXT_PARAMETER,:parameter from the form);

ADD_PARAMETER('i','PARAMFORM',TEXT_PARAMETER,'yes'); -- to view the parameters if you want
ADD_PARAMETER('i','destype',TEXT_PARAMETER,'screen'); -- to view the output before printing
ADD_PARAMETER('i','desname',TEXT_PARAMETER,'p');
RUN_PRODUCT(REPORTS,'distination of the report\report name.RDF',ASYNCHRONOUS,RUNTIME,FILESYSTEM,'i');
DESTROY_PARAMETER_LIST('i');
END;



فقط ضعيه في أي مكان بالMenu وعند الضغط عليه سوف يظهر الريبورت

تم تعديل بواسطة rose_4_pretty

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

جزاكم الله خيراً
نعم ال main menu form

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

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

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

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

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

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.