Application icon not showing oracle APEX? - oracle-apex

I installed oracle database 19c and apex version 22.2 ,
and I make menu page but some icons not showing
what is the reason ?
see the application image and table data :
open the image please and see HIS home page , OPD system and emergency department the icon not appear next to the name but the other icons appeared for MRN registration and inpatient system
I got the icons names from the following site :
https://fontawesome.com/search

Related

How can I see the Oracle APEX App builder page? (Oracle APEX 21.1)

There!
I am looking for the screen of Oracle APEX App builder.
Oracle DB and APEX are in my development environment. But instead of the familiar App builder screen, it show me the Administration service.
I was able to create a workspace. Which menu should I use to import the Application that I exported from my previous environment? 
"Administration" is opened if you connect to internal workspace using the admin user. Such a login screen contains only two fields to be entered: username and password and is behind such a URL:
http://your_server:port/ords/apex_admin
In order to login as an "ordinary" user to your workspace, remove the "apex_admin" part:
http://your_server:port/ords/
Once you're connected, go to "App Builder" and click the "Import" button.

Django CRM module not showing the Navigation Menu bar correctly

I am installing Django CRM from Micropyramid. I was able to compile and run the server successfully, however, the navigation menu is not showing correctly. Attaching screen shot.
Thanks
With Regards
Ganesh. S
enter image description here

BLOB error on Interactive Grid (Master Detail Form)

I created master detail one page form on Apex 5.1, I have blob column in the detail when i am going to detial page im facing an error
Data type BLOB can not be converted to VARCHAR2!
Contact your application administrator.
Technical Info (only visible for developers)
is_internal_error: true
apex_error_code: WWV_FLOW_PLUGIN_UTIL.CANT_CONVERT_TO_VARCHAR2
component.type: APEX_APPLICATION_PAGE_REGIONS
component.id: 12860330874335917
component.name: Ticket Details
You can't set blob in a page item directly, I think you want to display blob download link. Try to implement APEX_UTIL.GET_BLOB_FILE_SRC in-built APEX function.
Refer to Oracle doc for more information on this function --> link

Oracle APEX - Setting a value from Interactive Report column to a Item

I have created a dashboard with an interactive report (APEX 4.2), in the report i am displaying a info column which displays whether the record has an attachments or not. If i click the link it will pop-up a modal window (i am using jquery window to display the list of attachments in a classical report). But the problem is, i am not able to set the record_id in the modal window hidden item to retrieve the corresponding attachments.
Somebody, please throw a light how to set the value the dynamically from Interactive report to the value to the Hidden item attached to the modal window.
Thanks
Sudhakar
Here is a tutorial that helped me with this problem.

Sitecore Settings With Page Editor

I have Site settings item for my site, and i have field there for logo, in my code i am using Sitecore Field to display this field on my pages. and from experience editor it can be editable, but when i change the logo and publish the current item from experience editor (ex: home page), all items related to the page is published except the logo. I have to go to Site settings item from content editor and publish it. any idea how i can publish it from experience editor (Logo or any fields in Site Settings)
Normally, logo is a field on the home item you don't change it every day.
In your case you can publish your logo using edit related item and publish that item.
Please check below picture: