Substitution Strings || Oracle APEX

Usage of Substitution Strings || Oracle APEX You can use substitution strings in a page template or region source to replace a character string with another value. When you design your app and allow users to edit things, you use... Read more

Creating Master Detail form Interactive Grid Oracle APEX | Ontoor Concepts #2

A single master detail form should be two editable interactive grids based on two related tables or views and you can define any number of master-detail relationships on a single page. In this video, We have shared the steps for... Read more

Oracle APEX Dynamic Navigation Menu : Ontoor Extras

In this Video Vikas has explained, how can we create Dynamic Navigation Menu in Oracle APEX using custom table. How to Create Dynamic Navigation Menu in Oracle APEX Read more

APEX Friendly URL | Ontoor Shorts #7

In this Short Video Vikas has explained, how can we convert Application URL into Friendly URL. Read more

Application Process | Ontoor Shorts #6

In this Short Video Vikas has explained, how can we create and use Application Process. Read more

How to create application process and it’s usage In Oracle APEX

Understanding application process and it’s usage. Application Processes run PL/SQL logic at specific points for each page in an application or as defined by the conditions under which they are set to fire. 1. On Load: Before Header (page template... Read more

APEX Font Toggler (AFT)

APEX Font Toggler (AFT) Plugin. APEX Font Toggler (AFT) plugin allow users to increase or decrease application font size at their convenience and this plugin is free for use under MIT license. How to use? Steps: Read more

Dialog Page drawer in Oracle APEX

How to Create Dialog Page drawer in Oracle APEX. Create a page as a Modal Dialog in which set Dialog Template => Drawer as per screenshot. In Templates Options for Modal Dialog Drawer Page. Now you can direcly navigate on drawer page from another... Read more

Closing Browser upon Logging out In Oracle APEX

How to Close Browser upon Logging out In Oracle APEX. Solution 1: In the shared components section go to the Navigation bar and click on the Logout link. Paste Below code as per screenshot. javascript:window.top.close(); Solution 2: Create a logout... Read more