Database Blog

Shrinking of Navigation Menu on page load

Introduction This post defines the steps required to shrink the navigation menu on page load. Challenges faced:  In Oracle Apex 5, universal theme the navigation menu is strengthening on default page…

Read More

Freeze Columns in Tabular Form/ Report (Classical Report)

Introduction               This post is about “How to Freeze/Fix Column Header Row of a Classic Report” which would be very useful when the number of report columns/rows are more per…

Read More

APEX – Report Rows Clickable to detailed page

Introduction  This document describes how to make an Apex Reports clickable to a detailed page with an option of entire row selection. In Apex, Report is an essential tool which…

Read More

APEX – Report Rows Clickable to detailed page

Introduction  This document describes how to make an Apex Reports clickable to a detailed page with an option of entire row selection. In Apex, Report is an essential tool which…

Read More

Word Wrap in APEX IR

Introduction  One of the common problems with APEX IR is word wrap. Using the below method, we can unwrap the column labels in report. Output: Call To Action:  For Oracle apex development and customization please do contact our company website  https://doyensys.com/   Conclusion…

Read More

Reports with Row Details

Introduction This document describes how to show an Apex Reports with Row Details. In Apex, Report is an essential tool which is in classical, interactive & other formats. Suppose if…

Read More

Using Images as an Top Navigation Menu

Introduction           In Apex 5, Navigation Menu Position is either Side or Top Navigation. In the Side Navigation menu, if we apply the favicons, then it will display the menu…

Read More

Modal Dialog in Apex 4.2

Introduction              This post will help you to create a modal dialog page in Apex 4.2 with simple Javascript code. Scenario: A modal dialog has to open on button click…

Read More

Dynamically ordering of rows

Introduction           This post will help you to sort the rows in tabular form dynamically.   Steps to follow   Step 1: Create a tabular form with the query and…

Read More

File Type Validation using Java Script

Introduction File type validation before uploading to the server is mandatory for every file upload in the web application. It helps to ensure that the user has selected the correct…

Read More