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 display

193037Mar 10 2005 — edited Mar 11 2005
Hi,
I use the following at forms6i

if :fak.kod='1' then
set_item_property('top.it1',DISPLAYED,property_false);
elsif :fak.kod='4' then
set_item_property('top.it1', DISPLAYED, property_TRUE);
set_item_property('top.it1', VISIBLE, property_TRUE);
set_item_property('top.it1', ENABLED, property_TRUE);
set_item_property('top.it1', NAVIGABLE, property_TRUE);
set_item_property('top.it1', UPDATE_ALLOWED, property_TRUE);
end if;

Before the item turns to visible,
I get the message:
"FRM-41016:Cannot set DISPLAYED attribute of the current item"
then I get the message:
"FRM-41032:Cannot set ENABLED attribute of the current item"
and then the items is visible and updateable.

How do I have to do with the messages in order not to appear?

Thank you for your help.

Greetings,
Maria
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 8 2005
Added on Mar 10 2005
3 comments
47,741 views