الانتقال إلى المحتوى
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 .. واحد فيه بيانات والتاني فاضي .. واعمل button يقوم بنقل اي عنصر يتم اختياره من list_item الاول الي التاني

أرجو التحقق من هذا الكود : when_button_pressed

DECLARE

total_list_count    NUMBER(2);
loop_index_var      NUMBER(2) := 1; 
list_element        VARCHAR2(50);
elable              VARCHAR2(15);
BEGIN total_list_count := Get_List_Element_Count('X');
LOOP
	list_element := Get_List_Element_Value('X',loop_index_var);

	if list_element=:SYSTEM.CURSOR_value then
		elable:=GET_LIST_ELEMENT_LABEL('X',loop_index_var);
			Add_List_Element('Y',loop_index_var, elable, list_element); 
			Delete_List_Element('X',loop_index_var);
		loop_index_var := loop_index_var + 1;
	END IF;
	EXIT WHEN loop_index_var = total_list_count;
END LOOP;
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.