بتاريخ: 12 مايو 200619 سنة comment_69004 السلام عليكم 1- اريد منكم ولو سوء ادب شرح لعملية تغيير كلمة المرور على الفورم......2- معى نظام يعمل على اوراكل ويعمل على شبكة هاتف اريد منكم شرح كيفيه عمل شبكة لربط النظام بالفروع بواسطة الشبكة ...دمتم سالمين........... تقديم بلاغ
بتاريخ: 12 مايو 200619 سنة comment_69022 اهلآ بك عضو جديد فى هذا المنتدى الرائعانا ممكن اجوبك على السؤال الاول الكود التالى يتم استخدامه اذا كنت تستخدم 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; كود محترماذا وقف امامك اى شيء ربنا يسهل ايهاب وجدى تقديم بلاغ
بتاريخ: 14 مايو 200619 سنة كاتب الموضوع comment_69197 المساااااااااااااااااااااااااااااعده ارجوكم تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.