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!

Change color of a region

pinnomAug 8 2014 — edited Aug 8 2014

Hello,

I was looking here because my problem, but I don't find a solution.

I need to change the background color of a region. On the page I have 3 regions and the first region should be red.

Here is the page:

seiteocyn0.png

And it should be like this:

seite_farbig2xqg7.png

The region-template is this:

<section class="uRegion uNoHeading #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>

  <div class="uRegionHeading">

    <span class="uButtonContainer">

      #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#

    </span>

  </div>

  <div class="uRegionContent clearfix">

    #BODY#

  </div>

</section>

Kind regards,

Mark

This post has been answered by Pars on Aug 8 2014
Jump to Answer

Comments

gdarling - oracle
Answer
MSDAORA doesnt have a 64 bit version. You'll need to either switch the app to 32 bit and use a 32 bit Oracle client, or use a 64 bit client and oledb provider instead (Ie, Oracle's provider - ORAOLEDB.ORACLE)

Hope it helps,
Greg
Marked as Answer by 730380 · Sep 27 2020
730380
Hello,
thanks for your answer. I downloaded the oracle provider set and changed it in my source code. now it works.
984544
Can you give me the link where you download and how you changed
Tridus
You can download from here: http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html

The simplest change is in the connection string for your application. If you're lucky, no other changes will be required. Need to do testing to verify that for your code though. :)
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 5 2014
Added on Aug 8 2014
4 comments
1,299 views