Oracle Forms (MOSC)

MOSC Banner

problems in using no_hide call_form in FORMS 11g

edited Sep 11, 2012 11:03AM in Oracle Forms (MOSC) 4 commentsAnswered
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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center