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

List Item

Featured Replies

بتاريخ:

السلام عليكم وحمة الله وبركاته

أرجو من الاخوان

شرح طريقة تعبئة List Item بشكل تلقائي من جدول فى Data Base

وليكن مثلاً جدول Emp على يوزر scott مع رجائي بشرح عمل أي كود يوضع

وشكراً لكم :)

بتاريخ:

وعليكم السلام ورحمة الله وبركاته

اخي الكريم راجع الرابط التالي

http://www.araboug.org/ib/index.php?sho...pic=163&hl=list

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

The following procedure is used to populate a list item using query at run time.
PROCEDURE call_list IS
dept_rg RECORDGROUP;
list_fill NUMBER;
BEGIN
dept_rg := FIND_GROUP ('departments');
IF NOT ID_NULL ('departments')then
DELETE_GROUP ('departments');
END IF;
Dept_rg := CREATE_GROUP_FROM_QUERY
('the_list','select dept_name, To_Char(dept_id)
from depts order by dept_name
order by dept_name');
list_fill := POPULATE_GROUP('departments');
POPULATE_LIST('cmb_dept', 'departments');
END;
مع تحياتى

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

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

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

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

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

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.