Bruno Cardosocardoso.hashnode.dev·Sep 8, 2023How implement load and wait spinners in Oracle APEXWho hasn't dealt with a pesky user who generates those hard-to-debug errors, only to discover in the end that the person simply clicked a button multiple times and executed the process multiple times? Today, I'm going to teach you a tip that will sol...Discuss·4 likes·90 readsApex
Nicolas Pilotnpilot.hashnode.dev·Aug 24, 2023Stunning PDF+ Reporting Solution for Oracle APEXThe feature that APEX misses the most For me, the feature that APEX misses the most is a "proper PDF reporting solution", to be able to produce pixel-perfect PDFs for quotations, invoices etc... This is a requirement in most projects and today, this ...Discuss·6 likes·284 readsapp development
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Aug 22, 2023Incorporating AUTH0 Actions with APEX AuthenticationWhen opening Social Sign in to your application, you are opening up a wide audience of potential connections. What if you want to control access om some way? There are two solutions here: 1) Control everything in PL/SQL using the API in the Post Auth...Discuss·1 like·118 readsorclapex
Dimitri Gielisdgielis.com·Aug 15, 2023Compare 2 Oracle APEX pagesI wanted to know if a page was the same within the same application. Two (+1 in Oracle APEX 22.1+) features in Oracle APEX help to compare pages, which you find under the tools menu: Checksum and Export: The checksum will show the checksum of the pa...Discuss·1 like·298 reads#oracle-apex
Kehinde Adeyemikehindeadeyemi.hashnode.dev·Aug 12, 2023Add a stopwatch to your Oracle APEX applicationWould you like to add a simple stopwatch to a new or existing Oracle APEX application? Please follow the steps below Create a page item of type textfield e.g P11_TIMER and include below custom attributes style="text-align:center; font-size:xxx-larg...Discuss·387 readsorclapex
FARHAN SIDDIQUIapexfarhan.hashnode.dev·Aug 9, 2023Add Search in Apex Navigation MenuAfter having developed multiple Oracle Apex applications for more than a decade, I have decided to share my knowledge here as a contribution to the wonderful Oracle Apex Community and also as a gratitude to all the contributors from whom I have learn...Discuss·10 likes·57 reads#oracle-apex
Dimitri Gielisdgielis.com·Aug 4, 2023The application alias "X" can not be converted to a unique application ID.You get this error when two or more Oracle APEX applications have the same alias. When you import the sample application in the same workspace and give it a different ID, the alias is changed automatically so it's unique. However when you import an a...Discuss·67 reads#oracle-apex
Kehinde Adeyemikehindeadeyemi.hashnode.dev·Aug 2, 2023Highlight optional and blank page items - Oracle APEXIndicators like * or labels in bold and red are typically used to indicate mandatory fields in an application. Would it not be nice, as an Oracle APEX developer, to give users of your application the ability to preview optional fields that have not y...Discuss·5 likes·794 readsorclapex
Richmondblog.cloudifyhub.com·Jul 27, 2023Leveraging the Power of DBMS_CLOUD_REPO in Oracle APEX and GitHub: A Winning CombinationIntroduction: In today's fast-paced digital world, businesses and developers rely heavily on efficient data management and collaborative development tools. Oracle Application Express (APEX) and GitHub are two powerful platforms that play crucial role...Discuss·2 likes·419 readsorclapex
Bruno Cardosocardoso.hashnode.dev·Jul 24, 2023Building a drop-down list in a report row in Oracle APEXDid you miss me? HELLO EVERYONE! 👋 Today, I will show you some of my most powerful tips in Oracle APEX that will enhance UX/UI and application flow. Implementing these tips will earn you some points with your PMs. So, let's get started 🚀 https://gi...Discuss·11 likes·344 readsOracle