Boilerplate text not displaying in Oracle Forms 12c - oracle

We're upgrading a large application from Forms 11g to 12c, and one of the few issues we've seen is that, on some forms (or some tabs within a form), boilerplate text and frame labels just don't appear when you run the form.
They are there in Form Builder, and have all relevant properties set correctly. In the case of the frame labels, the frames show up, just without any text in them. Also, although the frames have all properties set the same as other frames that do display correctly, the incorrect frames have square corners when they should be rounded.
There's only two things I can think of that might have some impact on this, but there's nothing I can do about either one at the moment:
We're still using the 11g development tools (Form Builder) for the time being. The OAS is 12c, and the forms get upgraded when compiled.
So far, all of the text and frame labels that are not displaying are on canvases that are inherited into the form from a "template" form.
Any thoughts? The missing text is all section headings, and the users would really like to have them back.
Thanks,
Dan

One of my coworkers is better at searching Oracle than I am, and found Doc ID 2509488.1, which describes this bug in Forms 12c version 12.2.1.3.0 and later, and the patch to fix it, Patch 26932083.

Related

How to format tile view in Microsoft SharePoint

Currently my SharePoint website looks like this image
I was wondering if there is a way to make the section with the links smaller (maybe by about 25%) and into two rows of five while still keeping that default tile view SharePoint provides. I've looked into custom formatting with JSON, but I'm not sure how to replicate the default tile view using this method. Also, I'm completely clueless on how to edit a whole section's size as there is no option when editing the web part. Any help is appreciated.

Any successful email composer implementations with CKEditor 5?

The Problem
We are trying to get the best configuration for CKEditor 5 to allows users to compose responsive emails, reply to emails and copy-paste content into it. Our software can also capture emails and display them.
But we are having weird rendering issues, they include:
Tables gets wrapped in tags
Image Alignment and Table Alignment works in Gmail but not in Desktop Outlook
Outlook ignores table cell background color, inside text color, and table size
Gmail renders background color and inside text correctly but ignores table size
We have tried for a few months already and there are always issues. The last things we tried are:
https://www.npmjs.com/package/ckml -> works slightly better but no fix for tables
https://www.npmjs.com/package/ckeditor5-build-classic-email -> just strips out the modern email support like tables.
Both builds are missing the html-support plugin or reference an unknown package ckeditor5-preserve-style
What I'm looking for
I understand that every email client will have it's own rendering rules and acceptable tags/properties.
Is there a CKEditor 5 configuration that is designed for maximum support for email editing and rendering?
Is there a pre-built engine (JS, C#, ...) that can take a less compatible CKEditor HTML and make it more compatible by adding missing things into head, replace , do magic for tables, ...? And also still support converting it back to the original for future CKEditor-friendly editing.
Has anyone had a good implementation of CKEditor 5 for email that they can share?

interactive report filter text is not getting translated in Oracle APEX Application translation

I have a problem in french translation of an application. The application is translated completely fine, but when we run an Interactive Report, the string showing current filter is still in English, not in French. See the following screen shot
Is there a way that we can translate the string showing filter text (in this example "Running" and "Highlight Failed")? Can someone please help with this?
Thanks in Advance.
Interactive Report and Interactive Grid settings are being set in the frontend rather than the backend where all the translation logic is located. Therefore, I don't think it is possible to do this with the standard APEX translation methods.
If you have a basic Report with only little customatization and you really need to translate these filters, I would suggest to create two Reports in the Backend, one for the english version, one for the french version, and use the language application item (usually FSP_LANGUAGE_PREFERENCE) to display one or another.
If you have a complicated report with several private reports or heavy customization, I would advise against this solution and just use both language to name your Report settings like you did in your example.
Another option would be to use Javascript to rename the display filter. Try $('.a-IG-controlsLabel[data-setting="highlight"]') to select the appropriate items. However, it will be kind of hard to find the correct event handlers to trigger this at the right moment.

Detail rows as tabs

Is there a way to present each detail row (at Master-Detail page) as separate tab or carousel slide? APEX 5.0
I've searched, read and tried for a whole evening, but nothing was found. Tradinional way is present region, not row as tab/carosel slide.
Apex 5.0 doesn't offer such a functionality. There might be some plug-in (search for it, if you want) but that's kind of a questionable solution because plug-in doesn't have to work in new Apex releases unless its designer upgrades it as well (or, alternatively, if you are capable of doing that).
If possible, upgrade to the most recent Apex version (currently, it is 19.x). There are numerous fancy stuff it offers, one of them being the Carousel Region. See how it looks like on the Universal Theme (Carousel Region) page. Or, create your own workspace on apex.oracle.com to see how it works.

Visual Attribute in Oracle Forms Personalization

I'm having a problem with Forms Personalization, I'm a beginner in Oracle EBS and Forms Personalization. I need to change my item background color, but when I use the property 'background-color', it changes every the column. I want just the item, cause it was verified already in my condition. I found in the internet, people recommending to use the property 'VISUAL_ATTRIBUTE(INSTANCE-ITEM)', but I don't know how to use it. What should I put in 'Value'?
Maybe pictures will help you to help me LOL.
PS: I'm using the ORACLE EBS 11g
HELP MEEE <3

Resources