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

بتاريخ:

السلام عليكم انا عملت فورم صغيرة جدا
كل اللى عايزها تعملة ادخل اسم المستخدم والباس وورد تنقلنى لصفحة اخرى بعد الاطلاع على مواضيع المنتدى توصلت الى هذا الكودdeclare
VN_COUNT number(10):=0;


BEGIN


BEGIN
SELECT COUNT(1)
INTO VN_COUNT FROM USER_PRV WHERE UPPER(USR_ID)=UPPER(:USER_PRV.USR_ID) AND UPPER(USR_PASSWORD)=UPPER(:USER_PRV.USR_PASSWORD);
EXCEPTION WHEN NO_DATA_FOUND THEN
VN_COUNT :=0;
GO_BLOCK('MAINMENU');
END;
IF VN_COUNT =0 THEN
:PARAMETER.P_TRIALS:=NVL(:PARAMETER.P_TRIALS,0)+1;
IF :PARAMETER.P_TRIALS=3 THEN
EXIT_FORM(NO_COMMIT,NO_VALIDATE);
CLEAR_BLOCK(NO_COMMIT);
END IF ;

END IF;

END;

بس الكو دا أولا لما بدخل بيانات بخرج بعد ثلاث محاولات خطأ
بس لما مبيكونش فى بيانات فى ال
TEXT
مبيعملش اى حاجة
كمان لما بكتب اسم المستخدم والباس اللى موجودين فى قاعدة البيانات
بردة مش بيردا يدخل
اية الاضافة اللى ممكن تخلينى اشغل الكود دا
علما بأنى قريت كذا موضوع بس هما هما مفيش اى تغيير
وكمان لو حد يشرحلى مامعنى
SELECT COUNT(1)
ارجو الاهتمام

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

بتاريخ:

سيبكم من الكود الكتير ده وجوه زرار اكتب

if user_name - yours

and password = yours

then

open_form

end if ;

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

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

أكيد الكود دا مش صح ياريت ياجماعة حد يقولى كود صحيح

بتاريخ:
Declare 
v_count number;
begin
if :user_name is null or :the_password is null then message('you must enter the user name and password to continue');
raise form_trigger_failure;
elsif :user_name is not null and :the_password is not null 
then if :PARAMETER.P_TRIALS = 3 then message('you have entered incorrect login data for three times , application now will exit and the administrator will be informed');
raise_to_admin;--this is a procedure you shoud write to log this tries
exit_form(no_validate);
else select count(*) into v_count from usr_prv
where UPPER(USR_ID)=UPPER(:USER_PRV.USR_ID) AND UPPER(USR_PASSWORD)=UPPER(:USER_PRV.USR_PASSWORD);
if v_count = 0 then message ('wrong user name or password');
:PARAMETER.P_TRIALS:=NVL(:PARAMETER.P_TRIALS,0)+1;
raise form_trigger_failure;
elsif v_count >=1 then call_form('your_form');
end if;
end if;
end if;
end;

 

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

الكود دا بردة لا يعمل  اكنى مش كاتب اى حاجة

بتاريخ:

راجع الرابط التالي

http://www.araboug.org/ib/index.php?showtopic=54193&hl=

 

يوجد في المشاركة فورم login  رفعتها والتي استخدمها في عملي ..وتعمل بدون مشاكل وهي كما في المرفقات ..

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

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

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

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

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

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.