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

LOV Help

Featured Replies

بتاريخ:

Hi,,
I have given a task to create an LOV using codes in pl/sql editor,,
I have creatd a text item and I want to display the lov in it..
I used the trigger when new form instance and my code is:


*************************

declare
rg_name VARCHAR2(40) := 'pid_rg';
rg_id RecordGroup;
list_id item;
lov_id LOV;
x boolean;
begin
rg_id := Find_Group( rg_name );
IF Id_Null(rg_id) THEN
rg_id:=create_group_from_query(rg_name,'select patientid from register');
	IF Id_Null(rg_id) THEN
     Message('Create group failed');
     Message(' ',no_acknowledge);
     Raise Form_trigger_failure;
	End if;
	end if;
	:id_lov.error:=populate_group(rg_id);
	lov_id:= Find_LOV('pid_lov');
	SET_LOV_PROPERTY(lov_id,group_name,rg_name);
	set_item_property('id_lov.idd',lov_name,'pid_lov');


end ;



***************************************
whenever i run it I get an error that the record group and LOV do not exist,,I need your help please..
I also have a question: do I need to create the LOV manually in the object navigator
but without data first??this what i have did and it did not work!!!

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

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

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

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

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

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.