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

? معرفه اذا تم تغيير في record?

Featured Replies

بتاريخ:

لو سمحتو سؤالين علي الماشي :
1-شو الامر المطلوب لمعرفه اذا حدث تغيير في record الحالي لكي اقوم بناء اوامر معينه في حاله حدوث هذا التغيير--- لا اريد طريقه وضع الاوامر في
when_validate-record
حاولت بطريقه
system.block_status='changed'
ولم ينفع او اكون لم اعرف الطريقه السليمه ..

2- شو الكود المطلوب لحفظ السجل الحالي بمجرد الانتقال الي سجل اخر او اغلاق البرنامج
او لحظه بلحظه.

معلش ثقلتها شوي معاكم وسامحونا

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

بتاريخ:

1-check the sys variable :system.record_status


for point 2
in the trigger named post-record u can call the built-in commit_form;

i hope that i helped u

:ph34r:

بتاريخ:

or in the when-new-record-instance commit_form;

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

لاحظت عند وضع الكود في when-new-record-instance سيقوم بعمل حفظ لاي سجل سواء كان به تغيير او لاو بشكل مستمر مما ادي الي وجود بعض المشاكل عن الانتقال من شاشه الي شاشه اخري .. واظن الحل كالتال:
1-when-window-activeate
:global.mychange:='0'

2-when-validate-record
:global.mychange:='1'

3-when-new-record-instance
if :global.mychange='1' then
commit_form;
:global.mychange:='0';
end if;
وبذلك لا يحفظ الا السجلات التي حدثت بها تغيير فقط وارجو الرد اذا كنت مخطأ في ذلك؟؟

بتاريخ:

u can test the status of the record by checking the value in :system.record_status

:ph34r:

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

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

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

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

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

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.