set_item_property display
193037Mar 10 2005 — edited Mar 11 2005Hi,
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