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

Show_alert Hanging

Featured Replies

بتاريخ:

 

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

عندي مشكلة عند show_alert  بعلق النظام أرجو المساعدة

 

تم تعديل بواسطة 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.