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!

Navigation Bar Display Name in Initial Capitals how to achieve?

DionisisDec 9 2022 — edited Dec 10 2022

Hello all,
What I am trying to achieve is to display in the Navigation Bar of an Application the Name of the Logged User in Initial Capitals, but it keeps displaying without them as in the following screenshot:
01.JPGIn order to achieve that I have created a List and selected a Navigation Bar List, implemented as a Static List in Application Definition | User Interface | Navigtrion Bar Section defined as in the following screenshot:
image.pngThs List and more specifically the List Entry for the Full User Name is defined as in the following screenshot (Static Type List Entry):
image.pngThe variable USER_FULL_NAME is an Application Item and its value is computed by an Application Computation of type SQL Query (Return Single value) that does the necessary InitCap (I can see the value in Session State properly InitCapped) and is set to run at Computation Point: After Authentication.
By the way, if I use Inpect Element in the browser to see the underlying page code, html, css etc the text is properly contained InitCapped as in the following screenshot:
image.png but still displayed not InitCapped!
Is there something I do wrong or is another implementation needed and cannot be achieved by this way (fore example a dynamic SQL source build)?
Thank you In advance!

Kindest regards,
Dionisis Kontominas

This post has been answered by Dionisis on Jun 5 2023
Jump to Answer
Comments
Post Details
Added on Dec 9 2022
2 comments
1,081 views