How to disable a button in oracle forms Personalization
In this post , We will be discuss about , how to disable a button in oracle forms Personalization. We can disable the button in the Oracle Form using form Personalization. Form Personalization provides the feature , which can disable or hide any button in oracle forms. Here below , I will share the details steps to disable a button in oracle forms Personalization.
Step by step to disable a button in oracle forms Personalization
1. Open the Oracle Form in which , We want to disable a Button using Form Personalization. Here below is the Highlighted Actions Button.
2. Now Goto Click on 'Help -> Diagnostics -> Custom Code -> Personalize' to invoke the Forms Personalization for the Oracle form.
3. Create a new personalization as follows:
a) In Condition tab, change the following:
trigger event: WHEN-NEW-FORM-INSTANCE
processing mode: both
b) In Actions tab create two Property records as follows:
object type: Item
Target Object: INV_SUM_CONTROL.ACTIONS
property name: ENABLED
value: false
Step 4 :-
object type: Item
Target Object: INV_SUM_CONTROL.ACTIONS
property name: ENABLED (APPLICATION COVER)
value: false
Step4:- Enable this new personalization and retest the issue.
2. Now Goto Click on 'Help -> Diagnostics -> Custom Code -> Personalize' to invoke the Forms Personalization for the Oracle form.
3. Create a new personalization as follows:
a) In Condition tab, change the following:
trigger event: WHEN-NEW-FORM-INSTANCE
processing mode: both
b) In Actions tab create two Property records as follows:
object type: Item
Target Object: INV_SUM_CONTROL.ACTIONS
property name: ENABLED
value: false
Step 4 :-
object type: Item
Target Object: INV_SUM_CONTROL.ACTIONS
property name: ENABLED (APPLICATION COVER)
value: false
Step4:- Enable this new personalization and retest the issue.
0 comments:
Post a Comment