Welcome to ZERO INTEGRATION LTD.
Mon - Fri 8.00 - 18.00

Blog 3 column All Masonry

Home » » Blog 3 column All Masonry

APEX – PWA Screen Orientation
APEX
When building a Progressive Web Application (PWA) in Oracle Application Express (APEX), there are several orientation settings that you can configure to control how the...
Read more
Office 365 Email Integration using Oracle APEX REST Data Source & Synchronization – Zero (Code) Integration
APEX, Integration, Oracle
A blog after many years, thanks to @Jaydip Bosamiya for encouraging me to resume blogging. Recently one of our client wanted to implement Office 365...
Read more
VacciSafe – Internship Project
Internship
I am Dev Anuj Patel, Std. 12th student (2022-23), who got this golden opportunity of an internship project with ZeroIntegration.com. After a good amount of...
Read more
Oracle APEX region plugin – GeoChart
APEX, JavaScript, jQuery, Oracle, SQL
GeoChart region plugin can be used to visualize data on a google map. You can analyze and display geographic data and present it on the...
Read more
Oracle APEX item plugin – Address Picker
APEX, JavaScript, jQuery, Oracle, SQL
Why we need?It is difficult for end user to enter exact location of the address, so we have developed plugin which allows end user to...
Read more
Oracle APEX – Build Your Own Enhanced Nested Report
APEX, Oracle
With lots of feedback and suggestions – which inspired me to dig further into Customized Nested Report and see how we can enhance this further....
Read more
Oracle APEX – Interactive Report – Scrollbars on Top
APEX, Oracle
I have been came across an interested requirement ( which is very valid ) to add scrollbars on the top of the regions! I have...
Read more
Oracle APEX Universal Theme – Floating Action Button with List Template
APEX, Oracle
In continuation to my previous blog post about adding simple floating button. This blog is about how you can create a list template that will...
Read more
Oracle APEX Universal Theme – Simple Floating Button
APEX, Oracle
Inspired from Material APEX theme to have Floating button in my application. But, I also do not want to migrate from Universal Theme. So, following...
Read more
APEX_JSON – How to build Nested JSON
APEX, Oracle
I have been came across requirement for printing nested JSON in one of the application. Using APEX_JSON, there is no straight forward way – I...
Read more
Re-use your Interactive Report query using APEX_IR.GET_REPORT
APEX, Oracle
Oracle APEX Interactive Report (IR) has rich APIs to tweak, customize or control the user interactions. One of the API package I have recently used...
Read more
Oracle APEX – Warn unsaved changes for custom fields
APEX, JavaScript, jQuery, Oracle
Oracle APEX 5 introduced a new feature called “Warn on Unsaved Changes” at page, item and button level. This is a great feature by enabling...
Read more
Oracle APEX Tabs Container – Control selection using jQuery
APEX, jQuery
This blog is about how you can control the tab selection using jQuery for Tabs Container region. I have seen, there are many other-ways to...
Read more
APEX Office Print (AOP) – aop-region-as attribute
APEX, Oracle
APEX Office Print (AOP) is a great document printing library for Oracle APEX. While using AOP to print IR or Chart regions into document, you...
Read more
Oracle JET Charts – Series Bar Chart with Zero Value Bars
APEX, Oracle
Oracle JET Charts is a beautiful chart library which has out-of-box support in Oracle APEX version 5 on-wards. Purpose of this blog is to introduce with...
Read more
Oracle SQL Developer – Connection bar is not opening
Oracle, SQL
I came across a very strange issue with my SQL Developer. The connection bar is not opening/expanding/minimizing/maximizing. So, I was scared thinking that I have...
Read more
jQuery Circular Progress Bar – Pie Chart
APEX, jQuery, Oracle
I have came across following URL – which shows how simply you can create jQuery Circular Progress Bar. https://webdevtrick.com/circular-progress-bar-css/ Based on provided information on above...
Read more
Font APEX or Font Awesome – which one to use?
APEX, Oracle
With new release of Oracle APEX, we have choice of using either Font APEX or Font Awesome. I really like both the option, but what...
Read more
Apex Office Print (AOP) – Performance issue with document merge using Converter API – SOLVED
APEX, Oracle
Apex Office Print (AOP) is a great tool for document printing, document conversion and document merging. We have used AOP Converter API to merge pdf...
Read more
Create RESTful web service to download BLOB content
APEX, Oracle
I have been using RESTful API to download BLOB content as a file. This is very useful in many places where you want to give...
Read more
Close wait popup on validation trigger
APEX, jQuery
Today, I came across a scenario when, there was a validation on my page and I have SUBMIT button which will do validations. I also...
Read more
Dialog Closed Event from Custom URL built using APEX_UTIL.PREPARE_URL
APEX, Oracle
With apex 5 on-wards, we have Dialog Closed event in dynamic action. This can be used in many places such as, you want to refresh...
Read more
How to Evaluate Oracle APEX Authorization Scheme using Execute Immediate
APEX
Here is something new and interesting work-around I found out while working on validating apex authorization scheme using my custom pl/sql function. So, initially I...
Read more
Convert Classic Report Card Template and Card List Template into Flip Card Animated Templates
APEX
With apex 18 Universal theme, we have got few Card templates. It re-presents the information in Card format. Click here to see few examples of...
Read more
Unlock your APEX Workspace account on your own
APEX
Many times your APEX Work-space accounts gets locked on few wrong attempts or any other reasons – This normally requires you to contact administrator and...
Read more
Apex Office Print (AOP) – How to use workspace images into AOP template
APEX
When your images are uploaded into WORKSPACE_IMAGES and you want to use that into AOP template, following can be a simple way to do it....
Read more
Apex Office Print (AOP) – Error: SyntaxError: Unexpected token % in JSON at position 0
APEX
Apex Office Print is one of the popular tool for generating documents using Oracle APEX. While using AOP process type plugin, you will commonly see...
Read more
How to create REST web service which returns JSONP data
APEX, jQuery
We are using JSON as data format with RESTful services quite a lot in Oracle APEX. But, purpose of this blog is to see how...
Read more
How to create your own customized nested report regions using jQuery
APEX, jQuery
Here is how you can create cool nested reports in Oracle APEX and jQuery, which looks like below: For this example, I have used DEPT...
Read more
Integrate WooCommerce with Oracle APEX – A WordPress plugin for Customer, Product and Order management
APEX
WooCommerce is one of the popular WordPress plugin and is widely used as a eCommerce platform. WooCommerce has provided REST web services to pull and...
Read more
How to use global page (page 0) in Wizard Modal Dialog Page
APEX, Oracle
How to use global page (page 0) region positions to show them in Wizard Modal Dialog Header and Footer location in Universal Theme? Step 1:...
Read more
PL/SQL Best Practices
APEX
A blog after many years 🙂 My best practices for PL/SQL are below: Always use Exception Block within each block, function, procedure Send email to...
Read more
ALL, ANY and SOME Comparison Conditions
SQL
It is quite possible you could work with Oracle databases for many years and never come across the ALL, ANY and SOME comparison conditions in...
Read more
Lag Lead Analytic Functions
SQL
Hi friends, How to calculate difference between columns of current and previous/next row? Let’s say, you want to monitor how often products are sold from...
Read more