how to make a text item invisible?
684380Jun 13 2009 — edited Jun 16 2009Hi people,
I have to make a text item invisible immediately when the form is loaded.i tried it by typing the following code in when_validate_item trigger on a text_item.
if :block3.text_item4=1 then
set_item_property('block3.text_item',enabled,property_false);
set_item_property('block3.text_item',visible,property_false);
end if;
but its not working.Is my code correct and in which trigger and in what level i shud write this code?.pls suggest me guys.am using oracle forms 6i.
Thanks & Regards
VIDS