Pages

Saturday, May 22, 2010

Step 7 – Apex Developer Day - Creating an Application

To create the application framework and default a few initial pages, perform the following steps:

1.

From the Oracle Application Express home page, click the down arrow next to Application Builder > Create Application> Create Application and Click Next.

clip_image002

clip_image004

2.

For Name, enter Project Tasks Application. Keep the default value of From Scratch for the Creation Application, and click Next >.

clip_image006

3.

The first page you want to create is a Home Page. Make sure Blank Page is selected for the Page Type, change the Name to Home and click Add Page.

clip_image008

4.

To be able to maintain/update the employees that you have loaded, you need to create a report and form on the employees table. Select Report and Form for the Page Type, Select Home (1) for the Subordinate to Page and click the up arrow for Table Name.

5.

Select APEX_EMPLOYEES from the list of Tables. And Interactive for implementation

6.

Click Add Page.

clip_image010

7.

You can change the name of a page when you create the application. Click the APEX_EMPLOYEES link for page 3.

clip_image012

8.

Change the Page Name to Maintain Employee and click Apply Changes.

clip_image014

9.

Click the APEX_EMPLOYEES link for page 2 to change it's name.

clip_image016

10.

Change the Page Name to Employee Information and click Apply Changes.

clip_image018

11.

Click Next >.

clip_image020

12.

Select No Tabs and click Next >.

clip_image022

13.

You do not want to reference any components from other applications. Click Next >.

clip_image024

14.

Accept the defaults. Click Next >.

clip_image026

15.

Select the Theme 15. Click Next >.

clip_image028

16.

Review your choices. Check Save this definition as a design model for reuse. Click Create.

clip_image030

17.

The Application and its associated pages were created. To run the application, click the Run Application icon.

clip_image032

18.

Because you chose the default of Application Express Authentication, you need to login to the new application using the same login you use to develop. Enter obe for the User Name and obe for the Password. Then click Login.

clip_image034

19.

The Home Page is displayed. The Employee Information link to the report is displayed. Click Employee Information.

clip_image036

20.

The List of Employees is displayed. You can edit the Employee information by clicking the icon to the left of the Employee you want to edit.

clip_image038

21.

The Employee Details are displayed. Click the Application <n> link in the Developer links at the bottom of the window.

clip_image040

No comments:

Post a Comment