For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
The view snippets option is missing. I have tried disabling and re-enabling the feature, reseting windows to factory defaults, deleting the SQL Developer directories in my roaming profile, reset toolbars, and a number of other things.
Hi
perhaps make additional column read_only for toggling read only which is computed based on various values of col1 ? I remember that I had challenges with IG read only settings if there are nulls in the read_only column, so it should be not_null. I am not near my app now, but will check.
rgrds Paavo
I'm not sure how to update that column, if i add another read-only column?. I should be able to select the "col2" and update, when it's not read-only (on change of col1).
How about making app to apex.oracle.com with your requirement ?
Hi,
Can you use Disable Column col2 on DA
Suppose col1 has 2 values in LOV - 1,2.
On selecting value 1 in col1 - col2 should be disabled,
On selecting value 2 in col1 - col2 should be enabled to select values.
Create a DA on change on col1- as below
Create the opposite Action as Enable.
Hope this suits.
Thanks, Veerendra.