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!

SET_ITEM_PROPERTY

Amatu Allah Neveen EbrahimJul 27 2008 — edited Jul 28 2008
Hello

i wanna when i check the check box a list item could be visible to select from a list
and when i uncheck the check box a list item could be invisible
--------------------------------------------------------------------------------------------------
i wrote the following code in a when-check-box-checked Trigger:
------------------------------------------------------------------------------------------
SET_ITEM_PROPERTY ( 'DEP_CODE',VISIBLE ,PROPERTY_TRUE);
SET_ITEM_PROPERTY ( 'DEP_CODE',ENABLED ,PROPERTY_TRUE);
------------------------------------------------------------------------------

this doesn't work is there any other suggestions pls.?

Regards,

Abdetu..
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 25 2008
Added on Jul 27 2008
7 comments
50,343 views