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

Home » dynamic

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 is APEX_IR. Purpose of this blog is to show you how you can re-use your IR run-time query and filters to build all custom reports. So, let’s define a requirement – …

Read more

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 any unsaved changes to ask for user confirmation before leaving the page. Purpose of this blog is, if we have custom form element such as APEX_ITEM on a classic report …

Read more

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 achieve same – but I have tried to following APEX’s way and manage the selection by APEX’s JavaScript code. $(‘#<tabs_container_region_id> ul.t-Tabs:first’).aTabs(‘getTabs’)[‘#SR_<sub_tab_region_id>’].makeActive(); Working Demo Hope this helps. Regards,Jaydip Bosamiyajbosamiya@gmail.com

Read more