Posts by Javith Hassain Abdul

Build a Digital Signature Pad in Oracle APEX Using Only JavaScript & PL/SQL

Introduction:   Capturing a user’s handwritten signature directly within an Oracle APEX application is a powerful way to streamline approvals, confirmations, and form submissions without relying on paper-based processes. By building…

Read More

Export Data to Excel Instantly in Oracle APEX Without Displaying Any Report

Introduction: –  In Oracle APEX, exporting data to Excel is often tied to Interactive Reports or Grids, requiring the data to be displayed before download. But what if you could…

Read More

Using Control Break in Oracle APEX to Fix the Scroll-bar in an Interactive Report

Introduction: – Oracle APEX provides robust support for translating applications into different languages, ensuring they cater to users worldwide. By leveraging its built-in translation tools and customization options, you can…

Read More

Translating Oracle APEX Applications into Different Languages

Introduction: – In Oracle APEX, managing large datasets in an Interactive Report can sometimes lead to usability challenges, especially when dealing with horizontal scrolling. A common issue is the inability…

Read More

In Oracle APEX Classic Reports, Managing Checkbox Interactions using JavaScript

Introduction:- Oracle APEX provides a powerful platform for building web applications, and managing user interactions within Classic Reports is a common requirement. One specific scenario involves dynamically updating page items…

Read More

Visualizing Time-Series Data with Event Drop Charts in Oracle APEX

Introduction:- In Oracle APEX, Event Drop Charts provide a powerful way to monitor and analyze events occurring over time, making it easier to identify patterns, trends, and anomalies. including setting…

Read More

Using A Gauge Chart To Display Data Dynamically

Overview In Oracle APEX, Utilizing a gauge chart is an effective means to dynamically display data in a visually intuitive manner. Gauge charts provide a concise representation of a single…

Read More

To Capture Images In Oracle APEX Using Front & Rear Device Camera

Overview In Oracle APEX,  Using the “To Capture Images In Oracle APEX Using Front & Rear Device Camera” form, you can snap pictures with your computer and submit them straight…

Read More

To display HTML text in Oracle Apex: Use Case of an Setting Alarm

1. Overview Setting an alarm in Oracle Apex using JavaScript allows us to add time-sensitive notifications or reminders to our web application. By utilizing JavaScript we can trigger specific actions,…

Read More

Add a customize print option in Oracle Apex using Java Script

1. Overview This document will explain the detailed process involved in Using Java Script, Oracle Apex’s print option can be customized. This special printing option includes several pagination options, a customized…

Read More