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!

how to make a text item invisible?

684380Jun 13 2009 — edited Jun 16 2009
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 14 2009
Added on Jun 13 2009
6 comments
5,899 views