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

بتاريخ:

ارجو المساعده
اريد كود ليقوم بحفظ السجل بشكل اوتوماتيكي وذلك بمجرد حدوث تغييراو ادخال لهذا السجل بحيث انه لا يسمح باجراء اي عمليه قبل حفظ هذا السجل اوالغاء هذه التغييرات.
ارجو المساعده جد ا ياشبابا

بتاريخ:

On the block level u can use the triger post-record to commit-form; built in to automatically saves the record after the user finished entering all the required data.

Pls try it & tell me what u got. thx

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

لم ينجح الكود في post-record????

بتاريخ:

Trigger When-New-Record-Inastnce
Commit;
Trigger When-Window-Close
Commit;

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

شكرا يا اخوان جدا نجح الكود في
when-new-record-instance
وشكراً للجميع :ph34r:

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

لاحظت عند وضع الكود في 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 record status by :system.record_status


:ph34r:

  • بعد 3 أسابيع...
بتاريخ:

الاخوة الاعزاء :
الامر commit هو من النوع restricted bluit-in فلا يصلح وضعه داخل اى Trigger يقوم بعمل انتقال داخلى او خارجى فى النموذج
لذلك لا يصح وضعه فى pre-record , post_record
ولا يجوز وضعه فى When-New_record_instance

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

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

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

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

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

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.