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

بتاريخ:

السلام عليكم عندي مشكلة مع show_alert عندما استخدمها لاظهار رسالة وعند الضغط على ok  لفتح شاشة ثانية فلا يتم فتحها بل تعلق وبعدين بخرج بشكل كامل ويغلق الشاشات ارجو منكم مساعدتي

بتاريخ:

ما هو الكود المستخدم 

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

declare
v_alert_id alert;
v_alert_button number;
v_text varchar2(200);
begin
v_alert_id:=find_alert('alert');
set_alert_property(v_alert_id,alert_message_text,v_text);
if show_alert(v_alert_id)=alert_button1 then
call('main_form');
end if;
end;

تم تعديل بواسطة Ahmad.Hasan

بتاريخ:

v_alert_button ده مبتعملش بيه حاجة في الكود

v_text ده null

- مفيش حاجة اسمها call , اسمها call_form('main_form.fmx') ;

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

Show_Alert Hanging

 

When running a form in 10g the follwoing code in executed under a When Button Pressed Trigger
 
SET_ALERT_PROPERTY('ok_cancel', TITLE, 'Confirm Rev TIs');
SET_ALERT_PROPERTY('ok_cancel', ALERT_MESSAGE_TEXT, t_count || ' TIs will be reversed ?' );
v_alert := SHOW_ALERT('ok_cancel');
IF v_alert = ALERT_BUTTON1 THEN -- Continue
     t_count := 0;
     pom.rev_ti(:rev_ti.po_id, :rev_ti.item_number, :rev_ti.source, :rev_ti.destination,
     :rev_ti.sched_name, :rev_ti.cost_centre, :rev_ti.customer, t_count);
ELSIF v_alert = ALERT_BUTTON2 THEN -- Stop
     RETURN;
END IF;


SET_ALERT_PROPERTY( 'ok', ALERT_MESSAGE_TEXT, t_count || ' TIs were reversed' );
SET_ALERT_PROPERTY( 'ok', TITLE, 'TIs Reversed' ); 
v_alert := SHOW_ALERT( 'ok' );



The issue is the code will run successfully a number of times and then hang with the egg timer, after adding some debug messages the hang appears to be in the line v_alert := SHOW_ALERT( 'ok' );
 
Is this a known issue and is there a work around?
 
Thanks

تم تعديل بواسطة Ahmad.Hasan

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

أرج مساعدتكم في المشكلة أعلاه 

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

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

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

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

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

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.