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

بتاريخ:

السلام عليكم


1- اريد منكم ولو سوء ادب شرح لعملية تغيير كلمة المرور على الفورم......
2- معى نظام يعمل على اوراكل ويعمل على شبكة هاتف اريد منكم شرح كيفيه عمل شبكة لربط النظام بالفروع بواسطة الشبكة ...


دمتم سالمين...........

بتاريخ:

اهلآ بك عضو جديد فى هذا المنتدى الرائع

انا ممكن اجوبك على السؤال الاول
الكود التالى يتم استخدامه اذا كنت تستخدم ddl فى انشاء المستخدمين

declare
 alertcpw number;
begin
 if :un is null then
 set_alert_property('alert_cpw',alert_message_text,'Enter a user name');
 alertcpw := show_alert('alert_cpw');
 go_item('un');
 raise form_trigger_failure;
 end if;
 if :current_pw is null then
set_alert_property('alert_cpw',alert_message_text,'Enter a current password');
 alertcpw := show_alert('alert_cpw');
 go_item('current_pw');
 raise form_trigger_failure;
 end if;
 if :new_pw is null then
set_alert_property('alert_cpw',alert_message_text,'Enter a new password');
 alertcpw := show_alert('alert_cpw');
 go_item('new_pw');
 raise form_trigger_failure;
 end if;
 if :confirm is null then
set_alert_property('alert_cpw',alert_message_text,'Confirm the password');
 alertcpw := show_alert('alert_cpw');
 go_item('confirm');
 raise form_trigger_failure;
 end if;
 
 if :new_pw != :confirm then
set_alert_property('alert_cpw',alert_message_text,'The password doesn''t match the confirm password');
 alertcpw := show_alert('alert_cpw');
 raise form_trigger_failure;
 end if;
 forms_ddl('alter user '||:un||' identified by '||:new_pw);
 if not form_success then
set_alert_property('alert_cpw',alert_message_text,'User name '''||upper(:un)||''' does not exist');
 alertcpw := show_alert('alert_cpw');
 else
 set_alert_property('alert_cpw',alert_message_text,'User altered');
 alertcpw := show_alert('alert_cpw');
 :global.pw := :new_pw;
 clear_form;
 logout;
 logon(:global.un,:global.pw);
 end if;
end;


كود محترم
اذا وقف امامك اى شيء ربنا يسهل

ايهاب وجدى

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

المساااااااااااااااااااااااااااااعده ارجوكم

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

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

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

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

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

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.