Developers can create forms using a number of wizards including the Create Application Wizard, Create Page Wizard, and Create Region Wizard.
See Also:
Parent topic: Developing Forms
Use the Create Page Wizard to wide variety of forms.
To create a form using the Create Page Wizard:
Parent topic: Creating a Form
Learn about form options when running the Create Page Wizard.
Tip:
Universal Theme - 42 is optimized to work equally well in either a mobile or desktop environment. In previous releases and in earlier themes, the Mobile user interface is based on jQuery Mobile. Oracle recommends migrating existing mobile applications to the Universal Theme as soon as possible.
Available Forms in the Create Page Wizard
The Create Page Wizard supports the following forms.
Table 10-1 Create Page Wizard — Available Forms
Form Type | Description | To Learn More |
---|---|---|
Report with Form on Table |
Creates report and form on a table you select. You select the report type (Interactive Report, Interactive Grid, or Class Report). One page displays as an interactive grid. Each row provides a link to the form to enable users to update each record. Note: This wizard does not support tables having more than 127 columns. Selecting more than 127 columns generates an error. |
Not applicable. |
Report with a List View on Table |
Optimized for mobile applications. Creates a form and list view that enables users to update a single row in a database table. You choose the table on which to build the form and select the column to be used for displaying text in the List View. |
Not applicable |
Editable Interactive Grid |
Creates an editable interactive grid based on a table your select or a SQL query. An interactive grid presents users 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. |
See "Managing Interactive Grids"and "Making an Existing Interactive Grid Editable" |
Form on a Table |
Creates a form that enables users to update a single row in a database table. You can choose a table on which to build a form. |
Not applicable. |
Form on a Procedure |
Builds a form based on stored procedure arguments. Use this approach when you have implemented logic or Data Manipulation Language (DML) in a stored procedure or package. |
Not applicable. |
Form on a SQL Query |
Creates a form based on the columns returned by a SQL query such as an |
Not applicable. |
Form on Web Service |
Creates a page with items based on a Web service definition. This wizard creates a user input form, a process to call the Web service, and a submit button. |
|
Report and Form on Web Service |
Creates a page with items based on a Web service definition. This wizard creates a user input form, a process to call the Web service, a submit button, and displays the results returned in a report. |
Available Master Detail Options in the Create Page Wizard
The Create Page Wizard supports the following master detail options.
Table 10-2 Create Page Wizard — Available Master Detail Options
Form Type | Description | To Learn More |
---|---|---|
Stacked |
Creates a single page (or Stacked) master detail with editable interactive grids. Users can query, insert, update, and delete values from two tables or views which are related. You choose the tables on which to build the master and detail regions. |
See "Creating a Stacked Master Detail Using the Create Page Wizard" |
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 |
See "Creating a Side by Side Master Detail Using the Create Page Wizard" |
Drill Down |
Creates a two page (or Drill Down) master detail form. 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 "Creating a Two Page Drill Down Master Detail Using the Create Page Wizard" |
Available Forms for Mobile Applications
In previous releases, developers selected the Mobile User Interface to optimize applications for mobile environments. The Mobile user interface is based on jQuery Mobile. If your application users an older theme and the Mobile User Interface, the Create Page Wizard supports the following forms.
Table 10-3 Create Page Wizard — Forms for Mobile Applications
See Also:
Parent topic: Creating a Form
Use the Create Application Wizard to create a form.
To create a form using the Create Application Wizard:
See Also:
Parent topic: Creating a Form
Use the Create Form Region Wizard to create a complex form region which includes multiple form items and processes.
Tip:
Using the Create Form Region Wizard creates a complex form region which includes multiple form items and processes. Although you can create a region directly in the Rendering tree or drag a region from the Gallery, these approaches will not create these additional components.
To create a form using the Create Form Region Wizard:
Parent topic: Creating a Form