SET_ITEM_PROPERTY
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..