Disable LOV
401767Apr 7 2011 — edited Apr 8 2011Hi
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