Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Disable LOV

401767Apr 7 2011 — edited Apr 8 2011
Hi

I have a form and would like to disable a LOV for a particular record based on a condition such as when the checkbox is checked for this record, it will disable the LOV for that particular record. I have put in this code:

SET_ITEM_PROPERTY('MYNAME_OF_LOV', ENABLED, PROPERTY_FALSE);

When I do this, it disables all the MYNAME_OF_LOV. Is there a way of all disabling some, but not all?

Thanks
Cheers
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 6 2011
Added on Apr 7 2011
4 comments
1,417 views