Skip to Main Content

APEX

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!

Checkbox in Interactive Grid

siegwin.portApr 15 2021

Hi,
I have to display a checkbox as part of an Interactive Grid in APEX 19.2. If it contains J then display as checked else as unchecked.
Can I change from checked to unchekced and vice versa?
Please help me.
Regards
Siegwin

Comments

I would definitely go with option #3. It is the easiest and the one with the least down time. I would suggest that you use AutoUpgrade to do the upgrade instead of the manual upgrade. It is easier and it does support having source Oracle Home and target Oracle Home on two different servers. Take a look at the Database Upgrade Quick Start Guide which shows how to get started with the tool. In your case you would execute "analyze" and "fixups" mode on the source system and wait for the changes to be applied on the standby. Then you break the connection and you can eventually do the upgrade using the "upgrade" mode. In your configuration file instead of specifying a "target_home" you should specify "target_version" instead.

Regards,

Daniel 

1 - 1

Post Details

Added on Apr 15 2021
17 comments
11,598 views