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

بتاريخ:

كيف اعمل فورم صغير للباسورد
يعني بدي اشطب زر التكبير الشاشة وزر التصغير الشاشة في RUNTIME
عندما اعمل رن للفورم ويكون هو الفورم الرئيس
وما يطلب مني الباسورد حق الفورم
يعني اول ما اضغط على الايكونة تظهر الشاشة وما يطلب مني الباسورد
بعدين انا ادخل الباسورد

بتاريخ:

Basically, when run your application you will watch your first window inside MDI window

If you want to only your Password window display first you must follow these steps :-

1- put you Password window as first window will display.
2- Write inside these WHEN-NEW-FORM-INSTANCE
This Code
SET_WINDOW_PROPERTY (FORMS_MDI_WINDOW, WINDOW_STATE, MINIMIZE);
3- after you finish from enter your password don’t forget to put this code at the end of the code for the “let us say OK button”
SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE);

NOTE:: we mean by FORMS_MDI_WINDOW that you Module Name

بتاريخ:

قم بالخطوات التاليه
1. انشاء parameter اسمه count
2.تغيير مواصفات النافذة window من document الى dialog
3.انشاء text اسمه uname و text اسمه psw
4.انشاء button اسمه Connect وضع فيه
declare
n number;
alrt alert:=find_alert('alrt');
pl_id PARAMLIST;
begin
logout;
logon(:uname||'@qh',:psw,false);

if form_success then
new_form('qhforms',NO_ROLLBACK,NO_QUERY_ONLY,SHARE_LIBRARY_DATA,pl_id);
else
:parameter.count:=:parameter.count+1;
if :parameter.count=3 then
exit_form;
end if;
set_alert_property(alrt,alert_message_text,' Try Again ');
n:=show_alert(alrt);
end if;
end;
للإستفسار
[email protected]

  • بعد 4 أسابيع...
بتاريخ:

لو تسمح doc به هذا الكود لاننى اريد استخدامه
جزاك الله خيرا
محمد حجازى
[email protected]

بتاريخ:

بسم الله الرحمن الرحيم
والحمد لله على جزيل نعمائه وعطائه
عزيزي الفاضل / mhegize
أرجو أن تعزرني هذا اليوم وسوف أوافيك غداَ بمشيئة الله والله الموفق وهو المعين ،،،،،،،،،،،،،،،،،،،،،،،،

  • بعد 4 شهور...
بتاريخ:

احسنت اخ shadi barakat

بتاريخ:

مثال صغير على الموضوع ارجو ان يكون به الفائدة
اسم المستخدم : كما سيظهر على الشاشة
كلمة السر : 123
بعد المحاولة الثالثة لكلمة سر خاطئة يغلق البرنامج

logon.rar

  • بعد 1 شهر...
بتاريخ:

جزاك الله خيراً

  • بعد 11 سنة...
بتاريخ:

لك الف شكري

والله اجتهتاد مقدر زادنا الله و اياكم علما

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

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

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

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

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

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.