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!
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: In 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: Ths List and more specifically the List Entry for the Full User Name is defined as in the following screenshot (Static Type List Entry): The 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: 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