Help Finding LOV Name Attached with an Item
From: Ashok Upadhyay <aupadhya_at_earthlink.net>
Date: Thu, 22 Oct 1998 20:09:47 GMT
Message-ID: <362F9047.AA648F94_at_earthlink.net>
In Forms 4.5, I have a LOV attched with an item (Design Time). While runtime I want to know the name of the LOV which I attached at design time. While looking into Oracle Forms document , There are set_item_property and Get_Item_property two built ins. Using set Item property a predesigned or dynamic LOV can be attached with any item (Set_Item_Property(Item_Name,LOV_NAME) ... But there is no Get_Item_Property(Item_name,LOV_NAME)
Is there any way ine can find this out????
Date: Thu, 22 Oct 1998 20:09:47 GMT
Message-ID: <362F9047.AA648F94_at_earthlink.net>
In Forms 4.5, I have a LOV attched with an item (Design Time). While runtime I want to know the name of the LOV which I attached at design time. While looking into Oracle Forms document , There are set_item_property and Get_Item_property two built ins. Using set Item property a predesigned or dynamic LOV can be attached with any item (Set_Item_Property(Item_Name,LOV_NAME) ... But there is no Get_Item_Property(Item_name,LOV_NAME)
Is there any way ine can find this out????
Interesting fact is when I use Get_item_Property(Item_name,LOV_NAME) it
gets compiled and most of the time returns the correct LOV_NAME but
sometimes it gives an error.
Any comments ???????????
Received on Thu Oct 22 1998 - 22:09:47 CEST