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

Featured Replies

بتاريخ:

اريد عمل شاشة لتغيير كلمة المرور القديمة و استبدالها بأخرى جديدة

انا عملت متغير على مستوى الفورم
when _new_form_inistant
deflault_value('111','global.password') <<<<< like this

وعملت شاشة يدخل فيها كلمة _ المرور القديمة _ و يقارنها بالمتغير password وبناء عليه يسمح يتغيير قيمة هذا المتغير إلى القيمة المدخلة _ كلمة المرور الجديدة _
اريد الكود اللي يعمل هذا التغيير ؟ إذا كان
set_item_property
لرجاء كتابة نموذج

بتاريخ:

أهلا اخ الرياض....
اتمنى ان يكون هذا الحل الذي تبحث عنه....
-----------------------------------
when-button-pressed (save)
this code will be under the button...
---------
declare
s number;
c number;
valert number;
p varchar2(6);
begin

select e_password into p from employees where
e_id=:emp_change_pass1.p_id;
if (:emp_change_pass1.p_old = p) then
update employees set e_password=:emp_change_pass1.p_new
where e_id=:emp_change_pass1.p_id;
commit;
c:=show_alert('emp_confirm_pass');
:emp_change_pass1.p_id:=' ';
:emp_change_pass1.p_old:=' ';
:emp_change_pass1.p_new:=' ';
elsif (:emp_change_pass1.p_old <> p) then
s:=show_alert('emp_change_pass1');
:emp_change_pass1.p_old:=' ';
:emp_change_pass1.p_new:=' ';

end if;

Exception
when no_data_found THEN
VALERT :=SHOW_ALERT('a_ALERT');
IF VALERT=ALERT_BUTTON1 THEN

go_block('emp_change_pass1');
GO_ITEM('p_new');
CLEAR_ITEM;

GO_ITEM('p_old');
CLEAR_ITEM;

GO_ITEM('p_id');
CLEAR_ITEM;

end if;



end;
-----------------
وهذه صورة مرفقة

-----------
البروق

post-9-1112090409_thumb.jpg

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

مشكوووووووووور و الله يعطيك العافية البروق على المرور والرد الجميل
وانا سوف اعمله عندي و انشاء الله يشتغل

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

انا جربته واشتغل 100%

بتاريخ:

الحمدلله....ومبروك

-----------
البروق

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

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

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

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

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

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.