Database version Requirement for Oracle Apex version 24.1
I am a Oracle Apex developer. I am planning to upgrade Apex from 19.2 to 24.1. What is the mandatory database version that supports 24.1? The release notes says Oracle 19c but the “known issues” page has a different story. It says that there are open issues with “merge to main” of a working copy and thus needed database version 19.16. Attached picture is the note from Oracle website. Can someone confirm if 19C alone would work for merge feature or upgrade to 19.16 is mandatory in order to make the merge to main option work correctly?
Creating a Form with a Custom Template
One of the requirements for my APEX application is the ability to have a form with a dynamic amount of entries and the ability to filter/search for a specific entries. Since the out of box form region requires a form entry to correspond to a database column, accomplishing this task is quite difficult.
Oracle Apex Download No File is Downloaded No Errors Using apex_data_export.download
When I run the following code, I see the correct results in l_context, but nothing downloads. What am I missing? How can I troubleshoot this since there are no errors?
Customizing the Record Level Actions of Interactive Grid with Oracle Apex
In the Interactive Grid I have List of records having ‘ID’, ‘Name’, ‘FK_ID’ columns. I want to add an action into the record level actions which appears next into IG rows, so I can redirect into other page and passing the ID and FK_ID parameters of that record into the page.
How I customize the actions of the record action menu not the main IG Action Menu as what mostly explained?
Oracle Apex version 24.1 database version Requirement
I am a oracle apex developer. I am planning to upgrade apex from 19.2 to 24.1. What is the mandatory database version that supports 24.1. The release notes says oracle 19c but the “known issues” page has a different story. It says that there are open issues with “merge to main” of a working copy snd thus needed 19.16 database. Attached picture is the note from oracle website. Can someone confirm if 19c alone would work for merge feature or upgrade to 19.16 is mandatory in order to make the merge to main option work correctly.
Oracle Apex version 24.1 database version Requirement
I am a oracle apex developer. I am planning to upgrade apex from 19.2 to 24.1. What is the mandatory database version that supports 24.1. The release notes says oracle 19c but the “known issues” page has a different story. It says that there are open issues with “merge to main” of a working copy snd thus needed 19.16 database. Attached picture is the note from oracle website. Can someone confirm if 19c alone would work for merge feature or upgrade to 19.16 is mandatory in order to make the merge to main option work correctly.
Oracle Apex version 24.1 database version Requirement
I am a oracle apex developer. I am planning to upgrade apex from 19.2 to 24.1. What is the mandatory database version that supports 24.1. The release notes says oracle 19c but the “known issues” page has a different story. It says that there are open issues with “merge to main” of a working copy snd thus needed 19.16 database. Attached picture is the note from oracle website. Can someone confirm if 19c alone would work for merge feature or upgrade to 19.16 is mandatory in order to make the merge to main option work correctly.
Oracle Apex version 24.1 database version Requirement
I am a oracle apex developer. I am planning to upgrade apex from 19.2 to 24.1. What is the mandatory database version that supports 24.1. The release notes says oracle 19c but the “known issues” page has a different story. It says that there are open issues with “merge to main” of a working copy snd thus needed 19.16 database. Attached picture is the note from oracle website. Can someone confirm if 19c alone would work for merge feature or upgrade to 19.16 is mandatory in order to make the merge to main option work correctly.
Oracle Apex version 24.1 database version Requirement
I am a oracle apex developer. I am planning to upgrade apex from 19.2 to 24.1. What is the mandatory database version that supports 24.1. The release notes says oracle 19c but the “known issues” page has a different story. It says that there are open issues with “merge to main” of a working copy snd thus needed 19.16 database. Attached picture is the note from oracle website. Can someone confirm if 19c alone would work for merge feature or upgrade to 19.16 is mandatory in order to make the merge to main option work correctly.
How can I close the second modal dialog and automatically return to the first modal dialog without reloading the entire page?
I’m working on an Oracle APEX application where I have two modal dialogs. From the first modal, I open a second modal. What I need is to close the second modal and automatically return to the first modal without reloading the whole page, specifically when pressing the “Cancel” button.