Jon DixonProblog.cloudnueva.com·Nov 21, 2024SELECT AI is Not a Toy!Introduction I must admit that when I first saw a demo of SELECT AI, I thought it was somewhat of a novelty. However, I changed my mind after completing a proof of concept for a real-world business use case. This post will introduce SELECT AI, descri...Plamen Mushkov and 3 others are discussing this4 people are discussing thisDiscuss·2 likes·398 readsSELECTAI
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 20, 2024Solved: Misalignment Between Oracle APEX Interactive Report Headers and Column ValuesDo you sometimes get Oracle APEX Interactive Report Headers disconnecting from the Column Values? like this… Why does this happen? Interactive Reports typically size the column widths perfectly for the data returned by the region source. However a m...Discuss·3 likes·156 readsorclapex
Scott Spendolinispendolini.blog·Nov 19, 2024Blog with a View: UpdateApparently, Hashnode has updated its GraphQL API - so much so that the view in my old post - Blog with a View - is no longer accurate. It will still run, but it won’t return any data. Fortunately, the fix is pretty simple. Use this view instead of th...Discuss·47 readsorclapex
Scott Spendolinispendolini.blog·Nov 19, 2024A New Oracle HomePeople are fleeing X in droves. There’s a couple reasons for this, none of which I’ll really get into here. Google it if you’re curious and not in the know… So where are they going? It sure seems like Bluesky is the destination. In the last couple of...Discuss·1 like·309 readsOracle
Cristhian Cano Bogadoparaguayandev.hashnode.dev·Nov 17, 2024Simplifica Oracle APEX con Funciones JS Prácticas y Lista para UsarEn el desarrollo con Oracle APEX, contar con funciones que simplifiquen tareas recurrentes puede marcar una gran diferencia. Hoy te presento apexHelpers.js que un conjunto de herramientas preconstruidas que, con solo unos pocos parámetros, te permiti...Discuss·79 readsApex
Tom Lieberyaitcon.hashnode.dev·Nov 15, 2024"There is a problem with your environment because the Application Express files are not up-to-date!" Error After Upgrading APEXOn my Autonomouse Database i got this error.. Oracle Support.. : "There is a problem with your environment because the Application Express files are not up-to-date!" Error After Upgrading APEX in the Database (Doc ID 2932174.1)” And Solutions for A...Discuss·1 like·47 readsTL:DR;orclapex
Timo HerwixforTM-APEXtm-apex.hashnode.dev·Nov 14, 2024OCI Document Generator Update: Excel Template Support and moreIntroduction At the start of the year, Oracle Cloud Infrastructure (OCI) rolled out a new pre-built function for generating PDF documents. Initially, you could only create a PDF from a Word template, which was super handy but had room to grow. Since ...Discuss·974 readsCloud Computingorclapex
Tom Lieberyaitcon.hashnode.dev·Nov 14, 2024Dynamic Action - On KEY Press vs. UDF javascript FunctionWhat is easier to configure? on ITEM Numeric Input Check: We use this approach on Item level. function isInputNumberNoComma(event) { var ch = String.fromCharCode(event.which); // Erlaubt Ziffern, Komma und Enter-Taste if (!(/[0-9]/.test...Discuss·161 readsTL:DR;Oracle
Rafal Grzegorczykrafal.hashnode.dev·Nov 14, 2024Dynamically Highlighting Required Fields in Oracle APEXHave you ever wanted to highlight the background of required fields in your Oracle APEX application? That’s easy, and it can improve the user experience. I’ll show three approaches to changing the background colour of those fields dynamically. Impor...Discuss·2 likes·597 readsOracle APEXorclapex
Tom Lieberyaitcon.hashnode.dev·Nov 14, 2024Dynamic Theme Switching in Oracle APEX via PL/SQL onlyCustomizing the look and feel of your application can significantly enhance user experience. Oracle APEX provides a flexible way to control the appearance of applications through Themes and Theme Styles. In this blog post, we'll delve into dynamic th...Discuss·130 readsShort Oracle Apex ProjectsOracle