Posts by Venkatesh Balasubramanian

HOW TO PLAY VIDEOS IN ORACLE APEX 4.2

Description: Viral advertising is a proven technique that will assist in enhancing your enterprise internet presence in a really Expense-powerful manner. It is a marketing activity in which information about a products spreads between people, especially on the internet. This technique allows you to play…

Read More

DYNAMIC DATE RANGE IN APEX DATEPICKER

Description: Using this method, you can set the range of selectable dates by entering a Minimum and Maximum Date value dynamically “real-time.” Step 1: Create a Page Item (Example: “P101_DATE”). Step 2: Go to Settings -> Minimum Date In Minimum Date, valid condition has…

Read More

COORDINATE MAPPING IN ORACLE APEX

Description: Line coordinates are used to specify the position of a line just as point coordinates (or simply coordinates) are used to specify the position of a point. Users can draw multiple lines on an Apex Image Item, and the Coordinates of all the drawn lines can be obtained and stored in the Database Table. This…

Read More

RUPEE SYMBOL IN REPORTS IN ORACLE APEX 4.2 USING HTML

Description: Most of the Applications includes Accounts Reports like Employee Payroll Reports, Company Purchase Reports, Invoice Reports, etc.  Now using this method user can add RUPEE symbol in your reports.…

Read More

DYNAMICALLY ADDING ROWS IN TABULAR FORM IN ORACLE APEX 4.2

Description: A good web design involves the better user interaction and the ability to fetch the data in a better way. In Tabular Form, the user can add rows only…

Read More

ADDING A FAVICON TO APEX

Description: A Favicon (Favorite Icon), also known as a Shortcut Icon, Web site Icon, Tab Icon, or Bookmark Icon, is a file containing one or more small icons, associated with…

Read More

Restrict Copy Paste & Right Click In Apex Page

Description: The purpose of this component is to restrict the copy option from the user level of apex page. SCENARIO : Consider in our apex application we are providing any confidential message or data that should not be copied by the user level;…

Read More

Apex.server.process

Description: This function calls a PL/SQL on-demand process defined on page or application level. It’s a wrapper of the jQuery.ajax function and supports all the setting the jQuery function provides but…

Read More

Role based Authorization in Oracle APEX5

Description: To implement Role-based Authorization in Oracle APEX Application, in version 5. Application Item: USER_ROLE Table: ROLE_ACCESS_CONTROL The purpose of this table is to store the privileges on Regions, Buttons, and Items for…

Read More

Steps to Controller Extension in OAF Page

Description: To extend the OA Framework page, you have 2 options, extend the VO or extend/create the controller. Extending a VO is on a global level, and you pick this…

Read More