SET_ITEM_PROPERTY - VISIBLE ENABLE / DISABLE
892405Oct 4 2011 — edited Oct 4 2011I'm quite new to Forms. I want to show or hide some items on my form depending of what the user choose in a LOV. I used the SET_ITEM_PROPERTY to enable or disable VISIBLE like this
SET_ITEM_PROPERTY('SZBAIDE.SZBAIDE_ETAT_DOSSIER_CODE',VISIBLE,PROPERTY_TRUE); -- > to show the item
OR
SET_ITEM_PROPERTY('SZBAIDE.SZBAIDE_ETAT_DOSSIER_CODE',VISIBLE,PROPERTY_FALSE); -- >to hide the item
The problem is when I show the item, it is disabled and grayed out. Does setting VISIBLE to false also modify other properties?