Posts by Pothi Arun Kannan

Recently Visited Pages Navigation in APEX

Introduction:- To improve user experience in Oracle APEX by implementing a Recently Visited Pages dashboard. By using APEX activity logs, it demonstrates how to track user navigation and dynamically display…

Read More

Reusable Character Counter for Text Fields in Oracle APEX

Introduction:- This blog explains how to implement a reusable character counter for normal text fields in Oracle APEX, similar to the built-in character counter available for text areas. It demonstrates how a…

Read More

Interactive Grid Save Validation Based on Column Comparison Using Java script

Introduction:- In Oracle APEX, data integrity is crucial when working with Interactive Grids (IG).To enforce business rules at the row level, validations can be implemented during user input. This specific validation…

Read More

Dynamically Setting APEX Logo Based on Logged-In User

Introduction:- In Oracle APEX applications, enhancing user experience through personally is a key aspect of modern UI design. One effective way to achieve this is by dynamically setting the application…

Read More

Dynamic Selection with Multiple APEX_ITEM Types in a Single Column and Real-Time Display in Another Column Using JavaScript in Classic Report

Introduction: – In Oracle APEX, a Classic Report offers a powerful way to display data in a tabular format. However, there are scenarios where dynamic interactions, such as selecting from…

Read More

Automatically disappear the success message based on a condition

Introduction: – In Oracle APEX applications, success messages play a vital role in providing feedback to users about the successful completion of actions or processes. However, leaving these messages displayed…

Read More

Client-Side Validation for APEX_ITEM Elements in Classic Report Using JavaScript

Introduction Client-Side Validation for APEX_ITEM Elements in Classic Report Using JavaScript” refers to the process of implementing validation checks directly in the browser for elements created using the APEX_ITEM package…

Read More

Displaying an Icon on Page Item Dynamically Based on User Input

Introduction The goal is to display an icon on a post text of page item, dynamically based on user input. This approach enhances user experience by providing immediate visual feedback…

Read More

Apply Dark & Light Mode In APEX Applications During Runtime

Overview Dark and light modes in APEX applications is a user interface design enhancement that allows users to choose between different color schemes to suit their preferences or environmental conditions.…

Read More

Password Feed Back Form In APEX

Overview In Oracle APEX, a “Password Feedback” form is often used to provide feedback to users when they are creating or updating their passwords. This form typically includes elements such as…

Read More