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

Can U Help Me Report Don't Excute When I Call It From Forms

Featured Replies

بتاريخ:

in my button i have this code to call report this button is in forms
Declare
v_bor varchar2(3);
pl_id ParamList;
F_mois varchar2(6);
v_al number;
t_deb varchar2(2);
t_fin varchar2(6);
v_mnt varchar2(12);
j number;
k number;
repid REPORT_OBJECT;
v_rep VARCHAR2(100);
BEGIN

/*if (:c0.cod_per is null)then
set_alert_property('al_msg',alert_message_text,'Code Région Obligatoire');
v_al:=show_alert('al_msg');
raise form_trigger_failure;
end if;*/

if :c0.ann is null then
set_alert_property('al_msg',alert_message_text,'Année Obligatoire');
v_al:=show_alert('al_msg');
raise form_trigger_failure;
end if;

pl_id := Get_Parameter_List('data');
IF NOT Id_Null(pl_id) THEN Destroy_Parameter_List( pl_id );END IF;
pl_id := Create_Parameter_List('data');
Add_Parameter(pl_id,'p_ann',TEXT_PARAMETER,:c0.ann);
Add_Parameter(pl_id,'DESTYPE',TEXT_PARAMETER,'SCREEN');
Add_Parameter(pl_id,'ORIENTATION',TEXT_PARAMETER,'LANDSCAPE');
--Add_Parameter(pl_id,'PARAMFORM', TEXT_PARAMETER,'NO');
Add_Parameter(pl_id,'P_reg',TEXT_PARAMETER,:c0.cod_per);

if :c0.t_nb='1' then
--Run_Product(REPORTS,'amuo62',SYNCHRONOUS,RUNTIME, FILESYSTEM, pl_id);
repid := FIND_REPORT_OBJECT('D:\cpta10g\AMUO62.rdf');
v_rep :=Run_report_object(repid);
end if;

END;

i get this error message
frm-41219:cannot find report:invalid ID
my email is::: [email protected]
NB: i work under forms 10g
please help me,,,may god bless u

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

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

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

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

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

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.