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

Select Multiple Record In One Form

Featured Replies

بتاريخ:

السلام عليكم

انا عندى tabular form فيها button عايز لما اضغط على ال button دة يجيبلى كل ال records اللى موجودة فى الجدول دة

مع العلم ان الجدول فى multiple record

بتاريخ:

ممكن حضرتك تستخدم ال cursor

شوف الفورما هيا صغيرة اوى :rolleyes:

بس اتمنى تفيد حضرتك

eng..nana.rar

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

طبعا شكرا على سرعة الرد بس ممكن تكتبة الكود علشان الملف مش شغال

شكرا جدا

بتاريخ:

السلام عليكم

في حال عدم وجود شرط معين لاظهار البيانات
اكتب في Button

Go_Block('Name Of Block');
Execute_Equery;

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

يوجد شرط مثلا WHERE C_I_ID=I_ID

بتاريخ:

الكود ال كتبته لو عملت كنترول بلوك مش داتا بلوك


بالنسبة لكود الباشمهندس malik دا لو داتا بلوك كونكت بالدتا بيز ع طول


--اللوب العادية 
declare
cursor emp_cursor is select employee_id,first_name,salary 
from employees; begin open emp_cursor ;

	go_block('employees');
	first_record;
	loop
 fetch emp_cursor into :emp_id,:emp_name,:emp_salary; exit when emp_cursor%notfound;
 next_record;
	end loop;
	close emp_cursor;
	first_record;
end;

-------------- for

[left]declare
cursor emp_cursor is select employee_id,first_name,salary 
from employees; begin go_block('employees');
clear_block;
first_record;
for emp_record in emp_cursor loop
	  :emp_id:=emp_record.employee_id;
	  :emp_name:=emp_record.first_name;
	  :emp_salary:=emp_record.salary;
	  next_record;
end loop;
first_record;
end;

[/left]

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

شكرا جدا على مجهودكم

الكود اشتغل بس و انا فى الRUN TIME المفروض الTABLE فى 2 RECORDS بيتلعهم 3 بيزود واحد اللى هو اخر RECORD تانى

لية و اية حلها

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

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

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

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

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

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.