top of page
Search


CSS in APEX
As I discussed in my last blog about usage and benefits of having jQuery in Oracle APEX, today I will discuss about CSS on same lines....
naveenaggarwal12
Feb 12, 20235 min read
2,404 views
0 comments


jQuery in APEX
People who work with jQuery already know about the benefits of using it. But most of the APEX developers finds it difficult to get...
naveenaggarwal12
Feb 8, 20233 min read
2,306 views
0 comments


Customized "Wait" Icon
Nobody wants to wait for a page to load and then view the information on page. But in data centric applications it usually happens when a...
naveenaggarwal12
Sep 27, 20222 min read
528 views
0 comments


Editing a remote db table from Interactive Grid
Generally, in Interactive Grids we use local database table for any DML operation. Recently I came across a scenario where the underlying...
naveenaggarwal12
Aug 27, 20222 min read
108 views
0 comments


Using APEX_DATA_PARSER API
The APEX_DATA_PARSER is a frequently used API which provides an easy interface to parse files from different file formats such as...
naveenaggarwal12
Jun 12, 20222 min read
2,023 views
0 comments


Data Synchronization from REST Data Sources to Local Table
We already know that Data Synchronization is a feature which enables developers to automatically sync the contents of a local table with...
naveenaggarwal12
May 14, 20223 min read
139 views
0 comments


Interactive Grid : Customized features
Interactive Girds in APEX comes with many in-built interactive features which are normally utilized by developers as it is. But in some...
naveenaggarwal12
Apr 28, 20222 min read
153 views
0 comments


Interactive Grid : Lock/ Unlock Rows
Interactive grids are the best way to add/edit/ delete multiple records at the same time. But sometimes we have to make the records...
naveenaggarwal12
Apr 1, 20222 min read
153 views
0 comments


Navigation Menu : Tips & Tricks
Today in this blog I am going to discuss a tip about the Navigation Menu of any APEX application. Navigation Menu is one of the basic...
naveenaggarwal12
Mar 22, 20221 min read
871 views
1 comment


Interactive Grid : Get current selected row value into page item.
In Oracle APEX, interactive grid is one of the complex topics which extensively use JavaScript and JQuery. Today in this blog I am going...
naveenaggarwal12
Mar 17, 20221 min read
8,083 views
0 comments


Cell Coloring Based On Cell Value
Sometimes in our APEX reports we need to color the cell based on its value, like if my "Is Active" column has value "Yes" then color it...
naveenaggarwal12
Feb 23, 20221 min read
275 views
0 comments


Highlighting Only Changed Values in APEX Report
I hope everyone is doing great in the new year !! Lets start the first post of the year 2022. Recently I was working on a requirement...
naveenaggarwal12
Jan 23, 20222 min read
116 views
0 comments


Oracle APEX Installation with ORDS - Part 2
In this post I will discuss about the remaining steps of Oracle APEX installation. In case you didn't read the part 1, please go through...
naveenaggarwal12
Dec 12, 20212 min read
656 views
0 comments


Oracle APEX Installation with ORDS - Part 1
Installing Oracle APEX on your local PC is a four steps process, Install APEX Install ORDS Apache Tomcat configuration Final Steps In...
naveenaggarwal12
Dec 3, 20213 min read
895 views
0 comments


Oracle APEX - Single Sign-On | Access Multiple Applications Using Single Log In
In this post, I will discuss how to access multiple Oracle APEX applications without re-entering the login credentials using Single...
naveenaggarwal12
Nov 3, 20212 min read
1,829 views
0 comments


Oracle APEX 21.2 New Feature : Smart Filters
In this post we will learn about the new Smart Filters region, which is added to APEX 21.2 It is a new search component that provides...
naveenaggarwal12
Oct 28, 20212 min read
1,151 views
0 comments


Application Language Translation : In easy steps
Language translation is one of the native feature of Oracle APEX. This is not a very frequently used feature and is only used when client...
naveenaggarwal12
Sep 5, 20212 min read
1,304 views
0 comments


File Type Icons in Oracle APEX Report
In this post I am going to show you how we can display the icon of file types also in an Oracle APEX report. The files are stored in...
naveenaggarwal12
Aug 17, 20212 min read
1,029 views
0 comments


Web API call using JavaScript
In Oracle APEX we have a feature to call Web API which gives data in JSON format. Along with the native features we can use JavaScript...
naveenaggarwal12
Jun 19, 20211 min read
983 views
2 comments


File Download Link On Navigation Bar List
While working on a customized application sometimes we need to create the application documentation or user manual for the end users. We...
naveenaggarwal12
May 29, 20212 min read
807 views
0 comments
bottom of page