Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\images\doc\bldapp_frm_create.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <title>Creating a Form Using a Wizard</title> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1" /> <meta name="date" content="2009-04-14T16:11:29Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="Creating a Form Using a Wizard" /> <meta name="relnum" content="Release 3.2" /> <meta name="partnum" content="E11947-01" /> <link rel="copyright" href="dcommon/html/cpyr.htm" title="Copyright" type="text/html" /> <link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" /> <link rel="contents" href="toc.htm" title="Contents" type="text/html" /> <link rel="up" href="preface.htm" title="Home" type="text/html" /> <link rel="up" href="app_comp.htm" title="Adding Application Components" type="text/html" /> <link rel="up" href="bldapp_frm.htm" title="Creating Forms" type="text/html" /> <link rel="up" href="bldapp_frm_create.htm" title="Creating a Form Using a Wizard" type="text/html" /> <link rel="prev" href="bldapp_frm.htm" title="Previous" type="text/html" /> <link rel="next" href="bldapp_frm_tab.htm" title="Next" type="text/html" /> </head> <body> <p id="BREADCRUMBING"><a href="preface.htm" title="Home">Home</a> > <a href="app_comp.htm" title="Adding Application Components">Adding Application Components</a> > <a href="bldapp_frm.htm" title="Creating Forms">Creating Forms</a> > Creating a Form Using a Wizard</p> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr valign="bottom"> <td align="left"></td> <td align="center"><a href="bldapp_frm.htm"><img src="dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="bldapp_frm_tab.htm"><img src="dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> <p><a id="CHDCCJFF" name="CHDCCJFF"></a></p> <div class="sect2"><!-- infolevel="all" infotype="General" --> <h1><a name="HTMDB05029|form, creating"></a>Creating a Form Using a <a id="sthref1061" name="sthref1061"></a>Wizard</h1> <p>The easiest way to create a form is to use a wizard. For example, the Form on Table or View Wizard creates one item for each column in a table. It also includes the necessary buttons and processes required to insert, update, and delete rows from the table using a primary key. Each region has a defined name and display position; all other attributes are items, buttons, processes, and branches.</p> <p>To create a form using a wizard:</p> <ol> <li> <p>On the Workspace home page, click the <span class="bold">Application Builder</span> icon.</p> </li> <li> <p>Select an application.</p> </li> <li> <p>Click <span class="bold">Create Page</span>.</p> </li> <li> <p>Select <span class="bold">Form</span> and click <span class="bold">Next</span>.</p> </li> <li> <p>Under Forms, select a type of form page as described in <a href="#CHDBFJEC">Table: Forms Page Types</a>.</p> <div class="tblformal"><a id="sthref1062" name="sthref1062"></a><a id="CHDBFJEC" name="CHDBFJEC"></a> <p class="titleintable">Forms Page Types</p> <table class="Formal" title="Forms Page Types" summary="This table describes the available wizards you can use to create forms for your application." dir="ltr" border="1" width="100%" frame="hsides" rules="groups" cellpadding="3" cellspacing="0"> <col width="31%" /> <col width="*" /> <thead> <tr align="left" valign="top"> <th align="left" valign="bottom" id="r1c1-t27"><a id="sthref1063" name="sthref1063"></a>Form Page Type</th> <th align="left" valign="bottom" id="r1c2-t27">Description</th> </tr> </thead> <tbody> <tr align="left" valign="top"> <td align="left" id="r2c1-t27" headers="r1c1-t27"> <p><a id="sthref1064" name="sthref1064"></a>Form on a Procedure</p> </td> <td align="left" headers="r2c1-t27 r1c2-t27"> <p>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.</p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r3c1-t27" headers="r1c1-t27"> <p>Form on a Table or View<a id="sthref1065" name="sthref1065"></a></p> </td> <td align="left" headers="r3c1-t27 r1c2-t27"> <p>Creates a form that enables users to update a single row in a database table.</p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r4c1-t27" headers="r1c1-t27"> <p><a id="sthref1066" name="sthref1066"></a>Form on a Table with Report</p> </td> <td align="left" headers="r4c1-t27 r1c2-t27"> <p>Creates two pages. One page displays a report. Each row provides a link to the second page to enable users to update each record.</p> <p><span class="bold">Note:</span> This wizard does not support tables having more than 127 columns. Selecting more than 127 columns generates an error.</p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r5c1-t27" headers="r1c1-t27"> <p><a id="sthref1067" name="sthref1067"></a>Master Detail Form</p> </td> <td align="left" headers="r5c1-t27 r1c2-t27"> <p>Creates a form that displays a master row and multiple detail rows within a single HTML form. With this form, users can query, insert, update, and delete values from two tables or views.</p> <p><span class="bold">See Also:</span> <a href="bldapp_frm_detail.htm#BCEBEDIC">"Creating a Master Detail Form"</a></p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r6c1-t27" headers="r1c1-t27"> <p><a id="sthref1068" name="sthref1068"></a>Tabular Form</p> </td> <td align="left" headers="r6c1-t27 r1c2-t27"> <p>Creates a form in which users can update multiple rows in a database.</p> <p><span class="bold">See Also:</span> <a href="bldapp_frm_tab.htm#BCEECEFA">"Creating a Tabular Form"</a></p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r7c1-t27" headers="r1c1-t27"> <p><a id="sthref1069" name="sthref1069"></a>Form on a SQL Query</p> </td> <td align="left" headers="r7c1-t27 r1c2-t27"> <p>Creates a form based on the columns returned by a SQL query such as an <code>EQUIJOIN</code>.</p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r8c1-t27" headers="r1c1-t27"> <p><a id="sthref1070" name="sthref1070"></a>Summary Page</p> </td> <td align="left" headers="r8c1-t27 r1c2-t27"> <p>Creates a read-only version of a form. Typically used to provide a confirmation page at the end of a wizard.</p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r9c1-t27" headers="r1c1-t27"> <p><a id="sthref1071" name="sthref1071"></a>Form on Web Service</p> </td> <td align="left" headers="r9c1-t27 r1c2-t27"> <p>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.</p> <p><span class="bold">See Also:</span> <a href="advnc_web_form.htm#BABIJADG">"Creating a Form on a Web Service"</a></p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r10c1-t27" headers="r1c1-t27"> <p><a id="sthref1072" name="sthref1072"></a>Form and Report on Web Service</p> </td> <td align="left" headers="r10c1-t27 r1c2-t27"> <p>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.</p> <p><span class="bold">See Also</span>: <a href="advnc_web_form_rpt.htm#BABDDBIB">"Creating an Input Form and Report on a Web Service"</a></p> </td> </tr> </tbody> </table> <br /></div> <!-- class="tblformal" --></li> <li> <p>Follow the on-screen instructions. To learn more about a specific field, click the item label.</p> <p>When Help is available, the item label changes to red when you pass your cursor over it and the cursor changes to an arrow and question mark. See <a href="start_hlp.htm#BABDGBDB">"About Field-Level Help"</a>.</p> </li> </ol> </div> <!-- class="sect2" --> <!-- Start Footer --> <div class="footer"> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr> <td align="left"><span class="copyrightlogo">Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.</span><br /> <a href="dcommon/html/cpyr.htm"><span class="copyrightlogo">Legal Notices</span></a></td> <td align="center"><a href="bldapp_frm.htm"><img src="dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="bldapp_frm_tab.htm"><img src="dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> </div> <!-- class="footer" --> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de