Switching Interactive Report to Icon or Detail View in APEX 5 using Javascript

At yesterdays APEX Meetup in Vienna someone asked if there is a way to switch an Interactive Report programmatically (using Javascript) to Icon / List / Report – View in APEX 5, since gReport doesn’t exist anymore (which could do the job before APEX 5).

Application_Builder Continue reading

Set Cursor to Interactive Report Search Field

A Question I get over and over again is: how can I position the Cursor in the Interactive Report Search Field when the Page Loads?

Well, the Answer is simple, but not obvious.

At first you have to change the Page Setting Cursor Focus to Do not focus cursor, because the Setting First Item on Page doesn’t count the IR-Search Field as Item.

Continue reading

Changes in Oracle APEX 4.1.1

A couple of days ago the first Patchset for APEX 4.1 was released: APEX 4.1.1.

Read all about the Patchset, Download Options and more in the Blog Posts of Roel, Patrick, Mike, Dimitri and many others. Or simply go to APEX on OTN.

After i downloaded and installed (flawless, thanks for that guys and girls!) APEX 4.1.1 i compared it with APEX 4.1 to see what has changed (besides the obvious).

Continue reading

Expandable two column Form in APEX

When you create a Form page with the APEX Wizard it puts all the fields in just one column which can create a very long page.

This can reduce the use experience and usability a lot.

Sometimes it is a better way to put the fields in two (maybe three) columns and present them all on one screen. This gives the user the benefit of seeing all the information at once. Continue reading