When creating a database application, developers can create three basic form types: editable interactive grid, form on a table, or a master detail.
See Also:
Parent topic: Developing Forms
An interactive grid presents users with a set of data in a searchable, customizable report. In an editable interactive grid, users can also add to, modify, and refresh the data set directly on the page.
Functionally, an interactive grid includes most customization capabilities available in interactive reports plus the ability to rearrange the report interactively using the mouse. The following is an example of an editable interactive grid.
See Also:
"Using an Editable Interactive Grid" in Oracle Application Express End User’s Guide
Parent topic: Understanding Form Types
From on a Table creates a form that enables users to update a single row in a database table.
The following is an example of a form on table.
Parent topic: Understanding Form Types
A master detail form reflects a one-to-many relationship between two tables in a database. Master detail forms enable users to insert, update, and delete values from two tables or views.
Typically, a master detail form displays a master row and multiple detail rows within a single HTML form. Developers can create a single page or two page master detail. You choose the tables on which to build the master and detail regions. Master Detail form options include:
Stacked - Creates a single page master detail with editable interactive grids.
Side by Side - Creates a single page (or Side by Side) master detail with a master table and detail table. The left side contains a master list to navigate to the master record. The right side contains the selected master record and the associated detail report.
Drill Down - Creates a two page (or Drill Down) master detail. The first page contains an interactive report for the master table. The second page features a standard form for the master and interactive grid for the detail.
See Also:
Parent topic: Understanding Form Types