problems in using no_hide call_form in FORMS 11g
when you callSET_ITEM_PROPERTY ('BLOCK3.TEXT_ITEM5', ENABLED, PROPERTY_FALSE);
call_form ('TEST2', no_hide, no_replace, no_query_only, no_share_library_data);
SET_ITEM_PROPERTY ('BLOCK3.TEXT_ITEM5', ENABLED, PROPERTY_TRUE);
after
get_item_property ('BLOCK3.TEXT_ITEM5', ENABLED); - true
BLOCK3.TEXT_ITEM5 ---> is not active
how to fix? any ideas
Forms Version 11.1.2.0.0
0