tabular-form

Oracle APEX - Setting up a Tabular Form with default values

Hey all, I pretty new to APEX and I'm having a bit of trouble working with my first Tabular form. The table I've linked it to is fairly simple. The columns are as follows: Primary key representing an internal code for a college major Foreign key representing the "real" code for the college major Description for the college major The...

Printing Jasper report data in matrix format

Hi, I have a situation where I need to print data in matrix format. I have main report and subreport. From the main report I am passing a list (objects) to the subreport. Inside the subreport I have to print object data in tabular/matrix format as below: | Name1 | Name2 | Name3 | | Address1 | Address2 | Address3 | | Phon...

Update Apex Tabular form with PLSQL

Hi All: How can I update an Apex Tabular Form with pl/sql instead of using a multi-row update(MRU), is it even possible? Thanks in advance. ...