Oracle Forms | How To Disable-Enabled and Hide-Visible Item Bangla (26)
To See More Forms Tutorial Click here • Oracle Forms: How to Install Oracle Databa...
To See More Reports Tutorial Click here • Introduction To Database & Out Line The Se...
Dear viewer, In this video you will learn how to Disable-Enabled and Hide-Visible Item by using SET_ITEM_PROPERTY.
You also know about Disable, Enable, Hide, Visible.
Disable:
In the set_item_property, the Enabled is ‘property_false’ the specific item is available but it will be disabled at run time.
SET_ITEM_PROPERTY(‘ITEM_NAME’,ENABLED,PROPERTY_FALSE);
Enable:
In the set_item_property, the Enabled is ‘property_true’ the specific item is available and it will be Enabled at run time.
SET_ITEM_PROPERTY(‘ITEM_NAME’,ENABLED,PROPERTY_TRUE);
Hide:
In the set_item_property, the Visible is ‘property_false’ the specific item is not available at run time.
SET_ITEM_PROPERTY(‘ITEM_NAME’,VISIBLE,PROPERTY_FALSE);
Visible:
In the set_item_property, the Visible is ‘property_true’ the specific item is available but it will be disabled at run time.
SET_ITEM_PROPERTY(‘ITEM_NAME’,VISIBLE,PROPERTY_TRUE);
To Get more Tutorial Subscribe The Channel
click here / @oracledbsolutions2678
To Get All Post Like The Facebook Page
Click here / oracledbsolutions
Follow us:
Facebook: / oracledbsolutions
Youtube link: / @oracledbsolutions2678
Facebook Group: / 465557066961548
Contact us:
email: [email protected]
Skype: oracle26solutions
Mob: 01734557080, 01627422780