الانتقال إلى المحتوى
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
nTmp Number := 0;
vNumber Varchar2(100) := '';
begin Go_Block('Block Name');
first_record;
loop
if :st_id is not null hen
begin select 1
into nTmp from plan_m
where st_id=:st_id;
vNumber := vNumber||'['||:st_id||']';
exception
when others then
null;
end;
end if;
if :System.Last_Record='TRUE' Then
exit;
end if;
next_record;
end loop;
if nTmp>0 Then
nTmp := show_alert('v');
raise form_trigger_failure;
end if;


  • الردود 27
  • المشاهدات 5.9k
  • البداية
  • اخر رد

أكثر المشاركين في هذا الموضوع

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

اخواني الاعزاء لقد قمت بارفاق الفورم الخاص


بالنسبه للحل لم تحل المشكلة لحد الان ولكن قام الاخ phsoft من منتدى شبكة محترفي اوراكل العربيه بعمل برنامج يقوم بفحص الديتيل ولكن للاسف لم تحل لحد الان ارجو ممن يفهم هذا الكود ان يقوم بشرحه









البرنامج
كـود SQL
[/sql]



declare
nTmp Number := 0;
vNumber Varchar2(100) := '';
begin
Go_Block('Block Name');
first_record;
loop
if :st_id is not null hen
begin
select 1
into nTmp
from plan_m
where st_id=:st_id;
vNumber := vNumber||'['||:st_id||']';
exception
when others then
null;
end;
end if;
if :System.Last_Record='TRUE' Then
exit;
end if;
next_record;
end loop;
if nTmp>0 Then
nTmp := show_alert('v');
raise form_trigger_failure;
end if;


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




select st_id ,st_name,stu_sert,stu_mobile,stu_dir ,GENDER_NAME from stu where st_id not in (select st_id from plan_d,plan_m where plan_m.PLAN_NO=:plan_m.PLAN_NO)
كـود PHP



هذا الكود نجح معي لوكن تبقى مشكلة صغيره

وهي يجب عمل خزن لكل عمليه اضافه طالب




اعرف باني اثقلت عليكم وبارك الله فيكم ووفقكم الله

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

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

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

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

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

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

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.