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

Global Variable And Execute Query

Featured Replies

بتاريخ:

i have table contains offices_data


and office_id is number
form contains buttons each buttons contain global variable with office_id example : global.p_office_id=101;
101 refer to office_id "data was saved in that table"
when button pressed result will open new form contain data of that office
example : if button 101 global variable
when pressed will open new form contain data of 101 office
i was write in the form of data
:office_id:=:global.p_office_ID;
EXECUTE_QUERY;
BUT THIS CODE DOES NOT PERFORM ANY TASK
HOW I CAN DO THIS TASK ?

بتاريخ:

اذا اردت أن تطبق الكود

execute_query

فيجب أن يكون البلوك داتابيز بلوك.

وبالتالي ايضا انت تريد الاستعلام حسب باراميتر معين الا وهو global_variable

الكود يجب أن يكون كالتالي عندما تستدعي الفورم الجديد:
WHEN-NEW-FORM-INSTANCE:

go_block('a');
set_block_property('a',default_where,'office_id='||:=:global.p_office_ID);
execute_query(no_commit);



a: is the block name that u want to retreive the data in.

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

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

شكرا يا باااااااااشا اسأل الله ان يجعله الله في ميزان حسناتك وان يوفقك ويرزقك رزقا طيبا ااااااااااامين

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

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

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

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

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

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.