Skip to Main Content

New to Java

Announcement

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!

java 1.5

francy77May 14 2014 — edited May 29 2014

Hi all,

i need to download jdk 1.5, and i need to use it; Unfortunately on my windows machine I have already installed java 1.7;

When i try to find jdk on internet i find only *.exe file is there a way where i can download jdk 1.5 in zip format and

by configuring JAVA_HOME in a shell using java 1.5 and not java 1.7;

thanks

Francesco

Comments

Paavo

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

Sgodavar-Oracle

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).

Paavo

Hi

How about making app to apex.oracle.com with your requirement ?

rgrds Paavo

Veerendra Patil
Answer

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

1.png

1.png

Create the opposite Action as Enable.

Hope this suits.

Thanks,
Veerendra.

Marked as Answer by Sgodavar-Oracle · Sep 27 2020
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 26 2014
Added on May 14 2014
2 comments
10,187 views